Click or drag to resize
DigitalRuneRenderTargetFormat Constructor
Initializes a new instance of the RenderTargetFormat struct.
Overload List
  NameDescription
Public methodRenderTargetFormat(RenderTarget2D)
Initializes a new instance of the RenderTargetFormat struct.
Public methodRenderTargetFormat(RenderTargetCube)
Initializes a new instance of the RenderTargetFormat struct.
Public methodRenderTargetFormat(Texture2D)
Initializes a new instance of the RenderTargetFormat struct.
Public methodRenderTargetFormat(TextureCube)
Initializes a new instance of the RenderTargetFormat struct.
Public methodRenderTargetFormat(NullableInt32, NullableInt32, NullableBoolean, NullableSurfaceFormat, NullableDepthFormat)
Initializes a new instance of the RenderTargetFormat struct.
Public methodRenderTargetFormat(NullableInt32, NullableInt32, NullableBoolean, NullableSurfaceFormat, NullableDepthFormat, NullableInt32, NullableRenderTargetUsage)
Initializes a new instance of the RenderTargetFormat struct.
Top
See Also