Microsoft DirectX 8.0 (Visual Basic)

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_3DFORMAT enumerated type, describing the pixel format of the render surface.
DepthStencil
If True, the render surface supports a depth-stencil surface; otherwise this member is set to False.
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