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