Home | History | Annotate | Download | only in D3D9

Lines Matching defs:CreateVertexDeclaration

201 	long Direct3DDevice9Ex::CreateVertexDeclaration(const D3DVERTEXELEMENT9 *vertexElements, IDirect3DVertexDeclaration9 **declaration)
205 return Direct3DDevice9::CreateVertexDeclaration(vertexElements, declaration);