KhronosGroup / Vulkan-LoaderAndValidationLayers

**Deprecated repository** for Vulkan loader and validation layers
Apache License 2.0
414 stars 172 forks source link

Remove all mentions of 'global descriptor indices' from error messages #2631

Open chrisforbes opened 6 years ago

chrisforbes commented 6 years ago

A single global space is a LVL-created fiction. All our error messages should be in terms of Vulkan spec concepts -- in this case, the 3-level set/binding/arrayelement space.

tobine commented 6 years ago

I believe all of the offending messages are in ValidateDrawState function. Agree that this should just reference the array offset into that descriptor, if any.