mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 14:23:02 +01:00
Updated spirv-tools.
This commit is contained in:
2
3rdparty/spirv-tools/source/binary.cpp
vendored
2
3rdparty/spirv-tools/source/binary.cpp
vendored
@@ -215,7 +215,7 @@ class Parser {
|
||||
size_t word_index; // The current position in words.
|
||||
size_t instruction_count; // The count of processed instructions
|
||||
spv_endianness_t endian; // The endianness of the binary.
|
||||
// Is the SPIR-V binary in a different endiannes from the host native
|
||||
// Is the SPIR-V binary in a different endianness from the host native
|
||||
// endianness?
|
||||
bool requires_endian_conversion;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user