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