]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/compiler.cpp
Use standard fixed-size integer types
[libs/gl.git] / source / glsl / compiler.cpp
index 4f2080ab9c59afb8c8b6018aed6cac2d60c40d09..8d96cc4270b5b1566f75e37f26e1e35fa04c0352 100644 (file)
@@ -157,7 +157,7 @@ string Compiler::get_stage_glsl(Stage::Type stage_type) const
        throw key_error(Stage::get_stage_name(stage_type));
 }
 
-vector<UInt32> Compiler::get_combined_spirv() const
+vector<uint32_t> Compiler::get_combined_spirv() const
 {
        if(!compiled)
                throw invalid_operation("Compiler::get_combined_spirv");