Home | History | Annotate | Download | only in pipeline

Lines Matching refs:maxBindings

491 		const deUint32					maxBindings		= limits.maxVertexInputBindings;
493 if (bindingDescriptions.size() > maxBindings)
495 const std::string notSupportedStr = "Unsupported number of vertex input bindings, maxVertexInputBindings: " + de::toString(maxBindings);