-
Notifications
You must be signed in to change notification settings - Fork 406
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
layers: Update SPIR-V Headers #8679
layers: Update SPIR-V Headers #8679
Conversation
CI Vulkan-ValidationLayers build queued with queue ID 275781. |
@@ -132,7 +132,8 @@ const std::unordered_multimap<uint32_t, RequiredSpirvInfo> &GetSpirvCapabilites( | |||
{spv::CapabilityShaderViewportIndex, {0, &DeviceFeatures::shaderOutputViewportIndex, nullptr, ""}}, | |||
{spv::CapabilityShaderLayer, {0, &DeviceFeatures::shaderOutputLayer, nullptr, ""}}, | |||
{spv::CapabilityShaderViewportIndexLayerEXT, {0, nullptr, &DeviceExtensions::vk_ext_shader_viewport_index_layer, ""}}, | |||
{spv::CapabilityShaderViewportIndexLayerNV, {0, nullptr, &DeviceExtensions::vk_nv_viewport_array2, ""}}, | |||
// Not found in current SPIR-V Headers | |||
// {spv::CapabilityShaderViewportIndexLayerNV, {0, nullptr, &DeviceExtensions::vk_nv_viewport_array2, ""}}, |
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 looks wrong... looking into it now
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.
did you figure out what is it?
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.
yes, this change (while I've wanted it for years) blew things up, about to get a fix up!
KhronosGroup/SPIRV-Headers#447
CI Vulkan-ValidationLayers build # 17719 running. |
CI Vulkan-ValidationLayers build # 17719 failed. |
CI Vulkan-ValidationLayers build queued with queue ID 275885. |
CI Vulkan-ValidationLayers build # 17720 running. |
CI Vulkan-ValidationLayers build # 17720 passed. |
Fixes backward-breaking
AMDX
SPIRV-Header update