Home | History | Annotate | Download | only in common

Lines Matching defs:VertexAttrib4f

6264 struct VertexAttrib4f {
6265 typedef VertexAttrib4f ValueType;
6303 COMPILE_ASSERT(sizeof(VertexAttrib4f) == 24, Sizeof_VertexAttrib4f_is_not_24);
6304 COMPILE_ASSERT(offsetof(VertexAttrib4f, header) == 0,
6306 COMPILE_ASSERT(offsetof(VertexAttrib4f, indx) == 4,
6308 COMPILE_ASSERT(offsetof(VertexAttrib4f, x) == 8,
6310 COMPILE_ASSERT(offsetof(VertexAttrib4f, y) == 12,
6312 COMPILE_ASSERT(offsetof(VertexAttrib4f, z) == 16,
6314 COMPILE_ASSERT(offsetof(VertexAttrib4f, w) == 20,