Lines Matching full:bindings
138 BINDING_MAPPING_ONE_TO_ONE, //!< Vertex input bindings will not contain data for more than one attribute.
139 BINDING_MAPPING_ONE_TO_MANY //!< Vertex input bindings can contain data for more than one attribute.
314 // Alternate between two bindings
392 // Bindings alternate between STEP_RATE_VERTEX and STEP_RATE_INSTANCE
423 // Create attribute descriptions, assign them to bindings and update stride.
485 // Check upfront for maximum number of vertex input bindings
495 const std::string notSupportedStr = "Unsupported number of vertex input bindings, maxVertexInputBindings: " + de::toString(maxBindings);
1287 // Only write vertex input data to bindings referenced by attribute descriptions