diff --git a/internal/shaderir/type.go b/internal/shaderir/type.go index cf335bfac..f18b001fa 100644 --- a/internal/shaderir/type.go +++ b/internal/shaderir/type.go @@ -112,7 +112,7 @@ func (t BasicType) Glsl() string { case Bool: return "bool" case Int: - return "Int" + return "int" case Float: return "float" case Vec2: