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