次の方法で共有


Manager.CheckDepthStencilMatch(Int32,DeviceType,Format,Format,DepthFormat,Int32)

CheckDepthStencilMatch メソッド

深度ステンシル フォーマットが、特定のディスプレイ モードでのレンダリング ターゲット フォーマットと互換性があるかどうかを調べる。

定義

Visual Basic Public Shared Function CheckDepthStencilMatch( _
    ByVal adapter As Integer, _
    ByVal deviceType As DeviceType, _
    ByVal adapterFormat As Format, _
    ByVal renderTargetFormat As Format, _
    ByVal depthStencilFormat As DepthFormat, _
    ByRef result As Integer _
) As Boolean
C# public static bool CheckDepthStencilMatch(
    int adapter,
    DeviceType deviceType,
    Format adapterFormat,
    Format renderTargetFormat,
    DepthFormat depthStencilFormat,
    out int result
);
Managed C++ public: static bool CheckDepthStencilMatch(
    int adapter,
    DeviceType deviceType,
    Format adapterFormat,
    Format renderTargetFormat,
    DepthFormat depthStencilFormat,
    intresult
);
JScript public static function CheckDepthStencilMatch(
    adapter : int,
    deviceType : DeviceType,
    adapterFormat : Format,
    renderTargetFormat : Format,
    depthStencilFormat : DepthFormat,
    result : int
) : boolean;

パラメータ

adapter System.Int32.
deviceType Microsoft.DirectX.Direct3D.DeviceType.
adapterFormat Microsoft.DirectX.Direct3D.Format.
renderTargetFormat Microsoft.DirectX.Direct3D.Format.
depthStencilFormat Microsoft.DirectX.Direct3D.DepthFormat.
result System.Int32.

戻り値

System.Boolean.

対象

Manager

© 2002 Microsoft Corporation. All rights reserved. Terms of use.