Skip to content

Fix vkloadtests build issues - #1239

Merged
MarkCallow merged 6 commits into
mainfrom
issue1235
Aug 6, 2026
Merged

Fix vkloadtests build issues#1239
MarkCallow merged 6 commits into
mainfrom
issue1235

Conversation

@MarkCallow

Copy link
Copy Markdown
Collaborator

Fixed issues include:

  • failure to build with SDK having ASTC 3D extension due to syntax error.
  • failure to copy the .spv files to the bundle's resources due to them not appearing in vkloadtests' SOURCES property.
  • failure to build when VulkanSDK was not globally installed due to calling glslc instead of ${Vulkan_GLSLC_EXECUTABLE}.
  • invalid enabling of validation layers at device creation. It must happen, and is/was, at instance creation.

Fixes #1235.

@MarkCallow
MarkCallow merged commit 8d55b58 into main Aug 6, 2026
41 checks passed
@MarkCallow
MarkCallow deleted the issue1235 branch August 6, 2026 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot build vkloadtests with Vulkan SDK with ASTC 3D support.

1 participant