D3DXRTS_DESC
Describes a render surface.
Type D3DXRTS_DESC
Width As Long
Height As Long
format As Long
DepthStencil As Long
DepthStencilFormat As Long
End Type
Members
- Width
- Width of the render surface, in pixels
- Height
- Height of the render surface, in pixels.
- format
- Member of the CONST_D3DFORMAT enumerated type, describing the pixel format of the render surface.
- DepthStencil
- If 1, the render surface supports a depth-stencil surface; otherwise this member is set to 0.
- DepthStencilFormat
- If DepthStencil is set to True, this parameter is a member of the D3DFORMAT enumerated type, describing the depth-stencil format of the render surface.
See Also
D3DXRenderToSurface.GetDesc