From afb4e6dc3d833c9376049baa604af3928c903729 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Thu, 18 Jun 2020 01:28:17 +0900 Subject: [PATCH] shaderir: Misspelling --- internal/shaderir/type.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: