Searched refs:vertexElement (Results 1 – 3 of 3) sorted by relevance
26 …DVertexDeclaration9(Direct3DDevice9 *device, const D3DVERTEXELEMENT9 *vertexElement) : device(devi… in Direct3DVertexDeclaration9() argument29 const D3DVERTEXELEMENT9 *element = vertexElement; in Direct3DVertexDeclaration9()44 this->vertexElement = new D3DVERTEXELEMENT9[numElements]; in Direct3DVertexDeclaration9()45 memcpy(this->vertexElement, vertexElement, size); in Direct3DVertexDeclaration9()54 vertexElement = new D3DVERTEXELEMENT9[MAX_VERTEX_INPUTS]; in Direct3DVertexDeclaration9()66 vertexElement[numElements].Stream = 0; in Direct3DVertexDeclaration9()67 vertexElement[numElements].Offset = offset; in Direct3DVertexDeclaration9()68 vertexElement[numElements].Type = D3DDECLTYPE_FLOAT3; in Direct3DVertexDeclaration9()69 vertexElement[numElements].Method = D3DDECLMETHOD_DEFAULT; in Direct3DVertexDeclaration9()70 vertexElement[numElements].Usage = D3DDECLUSAGE_POSITION; in Direct3DVertexDeclaration9()[all …]
52 D3DVERTEXELEMENT9 *vertexElement; member in D3D9::Direct3DVertexDeclaration9
5679 D3DVERTEXELEMENT9 vertexElement[MAXD3DDECLLENGTH + 1]; in instanceData() local5681 vertexDeclaration->GetDeclaration(vertexElement, &numElements); in instanceData()5687 unsigned short stream = vertexElement[i].Stream; in instanceData()5719 D3DVERTEXELEMENT9 vertexElement[MAXD3DDECLLENGTH + 1]; in bindVertexStreams() local5721 vertexDeclaration->GetDeclaration(vertexElement, &numElements); in bindVertexStreams()5726 unsigned short stream = vertexElement[i].Stream; in bindVertexStreams()5727 unsigned short offset = vertexElement[i].Offset; in bindVertexStreams()5728 unsigned char type = vertexElement[i].Type; in bindVertexStreams()5729 unsigned char method = vertexElement[i].Method; in bindVertexStreams()5730 unsigned char usage = vertexElement[i].Usage; in bindVertexStreams()[all …]