IDirect3DDevice9::GetVertexDeclaration 메서드(d3d9.h)
꼭짓점 셰이더 선언을 가져옵니다.
구문
HRESULT GetVertexDeclaration(
[out] IDirect3DVertexDeclaration9 **ppDecl
);
매개 변수
[out] ppDecl
형식: IDirect3DVertexDeclaration9**
반환되는 IDirect3DVertexDeclaration9 개체에 대한 포인터입니다.
반환 값
형식: HRESULT
메서드가 성공하면 반환 값이 D3D_OK. 반환 값은 D3DERR_INVALIDCALL 수 있습니다.
요구 사항
대상 플랫폼 | Windows |
헤더 | d3d9.h(D3D9.h 포함) |
라이브러리 | D3D9.lib |