Searched refs:D3DFVF_TEXCOORDSIZE3 (Results 1 – 2 of 2) sorted by relevance
485 FVF |= D3DFVF_TEXCOORDSIZE3(element.UsageIndex); in computeFVF()
1192 #define D3DFVF_TEXCOORDSIZE3(CoordIndex) (D3DFVF_TEXTUREFORMAT3 << (CoordIndex*2 + 16)) macro