Microsoft DirectX 8.0 (Visual Basic)

D3DXRTS_DESC

レンダリング サーフェスを記述する。

Type D3DXRTS_DESC
    Width As Long
    Height As Long
    format As Long
    DepthStencil As Long
    DepthStencilFormat As Long
End Type

メンバ

Width
レンダリング サーフェスの幅 (ピクセル単位)。
Height
レンダリング サーフェスの高さ (ピクセル単位)。
format
レンダリング サーフェスのピクセル フォーマットを記述する CONST_D3DFORMAT 列挙型のメンバ。
DepthStencil
TRUE の場合、レンダリング サーフェスは深度ステンシル サーフェスをサポートする。それ以外の場合、このメンバは FALSE に設定される。
DepthStencilFormat
DepthStencil が TRUE の場合、このパラメータはレンダリング サーフェスの深度ステンシル フォーマットを記述する D3DFORMAT 列挙型のメンバである。

参照

D3DXRenderToSurface.GetDesc