Updated spirv-tools.

This commit is contained in:
Бранимир Караџић
2022-01-28 20:07:21 -08:00
parent 1776c3ae18
commit e8abac2374
85 changed files with 733 additions and 214 deletions

View File

@@ -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;