Skip to content

Commit

Permalink
Merge pull request #2371 from billhollings/fix-spvx-namespace
Browse files Browse the repository at this point in the history
Fix SPIRV-Cross namespace build error on some alternate build environments.
  • Loading branch information
billhollings authored Oct 9, 2024
2 parents da408fc + 856c823 commit 78396b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Docs/Whats_New.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ MoltenVK 1.2.12

Released TBD


- Fix _SPIRV-Cross_ namespace build error on some alternate build environments.
- Fix recent failure of `CI.yml` to upload release build artifacts to GitHub.



Expand Down
2 changes: 1 addition & 1 deletion MoltenVK/MoltenVK/GPUObjects/MVKDescriptorSet.mm
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ static void populateAuxBuffer(mvk::SPIRVToMSLConversionConfiguration& shaderConf
MVKShaderStageResourceBinding buffBinding;
buffBinding.bufferIndex = getBufferSizeBufferArgBuferIndex();
populateAuxBuffer(shaderConfig, buffBinding, descSetIndex,
MVK_spirv_cross::kBufferSizeBufferBinding,
SPIRV_CROSS_NAMESPACE::kBufferSizeBufferBinding,
getMetalFeatures().nativeTextureAtomics);
}

Expand Down

0 comments on commit 78396b7

Please sign in to comment.