deps: Update SPIR-V#12008
Merged
spencer-lunarg merged 1 commit intoKhronosGroup:mainfrom Mar 30, 2026
Merged
Conversation
Collaborator
|
CI Vulkan-ValidationLayers build queued with queue ID 694758. |
spencer-lunarg
commented
Mar 30, 2026
| vk::CmdDrawMultiIndexedEXT(m_command_buffer, 1, &multi_draw_indices, 1, 0, sizeof(VkMultiDrawIndexedInfoEXT), 0); | ||
| } | ||
|
|
||
| TEST_F(PositiveCommand, ImageFormatTypeMismatchWithZeroExtend) { |
Contributor
Author
There was a problem hiding this comment.
decided these should just be in spirv-val testing, not here
ziga-lunarg
approved these changes
Mar 30, 2026
Collaborator
|
CI Vulkan-ValidationLayers build # 22992 running. |
Collaborator
|
CI Vulkan-ValidationLayers build # 22992 failed. |
8340fcc to
366a6e4
Compare
Collaborator
|
CI Vulkan-ValidationLayers build queued with queue ID 694832. |
Collaborator
|
CI Vulkan-ValidationLayers build # 22993 running. |
spencer-lunarg
commented
Mar 30, 2026
| BasicSingleStorageBufferComputeOOB(shader_source, "10: void main() {\n11: x = data.indices[16];\n12: }"); | ||
| } | ||
|
|
||
| TEST_F(NegativeGpuAVShaderDebugInfo, BadShaderDebugLineStart) { |
Contributor
Author
There was a problem hiding this comment.
had to remove as the self-validation (and also the fact we run with VK_LAYER_GPUAV_DEBUG_VALIDATE_INSTRUMENTED_SHADERS) will trip up
Can argue this test is not needed and really something spirv-val should be yelling at in the first place
Collaborator
|
CI Vulkan-ValidationLayers build # 22993 passed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
updates the SPIR-V tools, mainly to get