Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #98 from spacemeshos/fix-build-on-gcc-13
Browse files Browse the repository at this point in the history
Don't use std::uint32
  • Loading branch information
poszu authored Apr 19, 2023
2 parents 719367a + b651a40 commit a98c0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vulkan/gen/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ bool compile_to_spirv(
VkShaderStageFlagBits stage,
const std::string &glsl_source,
const std::string &entry_point,
std::vector<std::uint32_t> &spirv,
std::vector<uint32_t> &spirv,
std::string &info_log)
{
EShLanguage language = FindShaderLanguage(stage);
Expand Down

0 comments on commit a98c0ae

Please sign in to comment.