IDirect3DDevice9::GetVertexDeclaration method
Gets a vertex shader declaration.
Syntax
HRESULT GetVertexDeclaration( [out] IDirect3DVertexDeclaration9 **ppDecl );
Parameters
- ppDecl [out]
-
Type: IDirect3DVertexDeclaration9**
Pointer to an IDirect3DVertexDeclaration9 object that is returned.
Return value
Type: HRESULT
If the method succeeds, the return value is D3D_OK. The return value can be D3DERR_INVALIDCALL.
Requirements
|
Header |
|
|---|---|
|
Library |
|
See also
Show: