-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Potentially false positive VUID-VkVertexInputBindingDivisorDescription-divisor-01870 #9262
Comments
We have a test ( when I look at it, I see it correctly using Vulkan-ValidationLayers/layers/state_tracker/state_tracker.cpp Lines 995 to 998 in b18ee98
So I am not quite sure what is happening our you device that you are getting a value of |
This part of the specification might explain zero divisor values:
|
so here is saying in the spec that The property limit needs to be The issue is how we are tracking the EXT and KHR (and now 1.4 promoted) version of that limit, and it should be working as I can't reproduce the issue with any combination of the Test ICD and/or devices I have on me |
The value of |
@TheMostDiligent one more question, is your app a 1.4 app now? |
It is 1.3: |
Environment:
Describe the Issue
In the latest SDK version, we started observing the following error:
We don't enable the
VK_KHR_vertex_attribute_divisor
extension, but do enable theVK_EXT_vertex_attribute_divisor
, and there was no error in prior versions.Expected behavior
I believe there should be no validation error if
VK_EXT_vertex_attribute_divisor
is enabled.The text was updated successfully, but these errors were encountered: