IDirect3DDevice9::GetVertexDeclaration メソッド (d3d9helper.h)
頂点シェーダー宣言を取得します。
構文
HRESULT GetVertexDeclaration(
[out] IDirect3DVertexDeclaration9 **ppDecl
);
パラメーター
[out] ppDecl
種類: IDirect3DVertexDeclaration9**
返される IDirect3DVertexDeclaration9 オブジェクトへのポインター。
戻り値
種類: HRESULT
メソッドが成功した場合、戻り値はD3D_OK。 戻り値はD3DERR_INVALIDCALLできます。
要件
要件 | 値 |
---|---|
対象プラットフォーム | Windows |
ヘッダー | d3d9helper.h (D3D9.h を含む) |
Library | D3D9.lib |