Searched defs:TranslatedAttribute (Results 1 – 2 of 2) sorted by relevance
49 struct TranslatedAttribute struct60 bool active;62 const gl::VertexAttribute *attribute;63 const gl::VertexBinding *binding;64 gl::VertexAttribType currentValueType;65 unsigned int baseOffset;66 bool usesFirstVertexOffset;67 unsigned int stride; // 0 means not to advance the read pointer at all69 VertexBufferBinding vertexBuffer;70 BufferD3D *storage;[all …]
127 TranslatedAttribute::TranslatedAttribute() in TranslatedAttribute() function in rx::TranslatedAttribute