Searched defs:VertexAttribute (Results 1 – 2 of 2) sorted by relevance
51 struct VertexAttribute struct53 s32 m_Usage;54 u32 m_FormatType;55 u8 m_Dimension;56 bool m_IsStream;57 u8* m_Stream[2];58 void* m_CommandPtr[2]; //< コマンド上でのこのデータの先頭アドレス
125 struct VertexAttribute struct127 f32 pos[POS_NUM];128 ut::Color8 color;129 f32 tex[TEXCOORD_NUM];