Lines Matching defs:AttributeSpec
192 struct AttributeSpec struct
201 InputType inputType;
202 OutputType outputType;
203 Storage storage;
204 Usage usage;
205 int componentCount;
206 int offset;
207 int stride;
208 bool normalize;
209 int instanceDivisor; //!< used only if drawMethod = Draw*Instanced
210 bool useDefaultAttribute;
213 …is attribute as position attribute. Attribute at index 0 is alway treated as such. False by default
215 …!< component order of this attribute is bgra, valid only for 4-component targets. False by default.