-
Notifications
You must be signed in to change notification settings - Fork 854
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
Add support for GL_NV_displacement_micromap. #3324
Conversation
Does this depend on a change to spirv-tools (for the SPIR-V validator)? If so, that will need to be merged first and known_good.json updated so that the tests can pass. I can review the code changes here in the meantime however. |
@arcady-lunarg : Nothing required in validator since just adds a few builtins and decorations. Can updated if anything else is expected Thanks for reviewing |
@arcady-lunarg : I have updated known_good and all tests are passing Thanks |
@arcady-lunarg : Gentle one week ping! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM aside from the spirv-tools update, which will need to happen separately. @jeremy-lunarg I think we are planning on updating this soon?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one minor nit (the unused variable), otherwise this looks good.
@arcady-lunarg : Please approve and merge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks.
SPV Headers : KhronosGroup/SPIRV-Headers#374
GLSL : KhronosGroup/GLSL#213
SPV : KhronosGroup/SPIRV-Registry#217