'宣言 Public Overloads Shared Function Create( _ ByVal device As Device, _ ByVal resource As Resource, _ ByVal description As DepthStencilViewDescription _ ) As DepthStencilView
public static DepthStencilView Create( Device device, Resource resource, DepthStencilViewDescription description )
パラメータ
- device
 - The device to use when creating this DepthStencilView.
 - resource
 - The resource that represents the render-target surface. This surface must have been created with the DepthStencilflag.
 - description
 - A structure describing the DepthStencilViewto be created.