mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 22:03:12 +01:00
Updated spirv-tools.
This commit is contained in:
2
3rdparty/spirv-tools/source/opt/function.cpp
vendored
2
3rdparty/spirv-tools/source/opt/function.cpp
vendored
@@ -264,7 +264,7 @@ std::string Function::PrettyPrint(uint32_t options) const {
|
||||
std::ostringstream str;
|
||||
ForEachInst([&str, options](const Instruction* inst) {
|
||||
str << inst->PrettyPrint(options);
|
||||
if (inst->opcode() != SpvOpFunctionEnd) {
|
||||
if (inst->opcode() != spv::Op::OpFunctionEnd) {
|
||||
str << std::endl;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user