X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fspirv.h;h=669342f36a5bb3297bb76ac8a9e8e74913d210bb;hb=c4aeeced7b397d46772577775bd3a0d6c4706cba;hp=d680ee3c8a76e01d8e244aadc1307fbccd457aa9;hpb=b466adff89db080c304ac3178ce1f4fef844cb28;p=libs%2Fgl.git diff --git a/source/glsl/spirv.h b/source/glsl/spirv.h index d680ee3c..669342f3 100644 --- a/source/glsl/spirv.h +++ b/source/glsl/spirv.h @@ -30,7 +30,7 @@ private: char arg_types[5]; char extension[13]; Word opcode; - UInt8 arg_order[4]; + std::uint8_t arg_order[4]; Word capability; void (SpirVGenerator::*handler)(FunctionCall &, const std::vector &); };