From 5ad9be30fe2e3bceca2d5b1f00afd35a7ced67a8 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 7 May 2018 08:25:35 -0700 Subject: Test app: added shader resource layout initialization test; updated gl shaders --- Tests/TestApp/assets/Shaders/TextureIntTestGL.psh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tests/TestApp/assets/Shaders/TextureIntTestGL.psh') diff --git a/Tests/TestApp/assets/Shaders/TextureIntTestGL.psh b/Tests/TestApp/assets/Shaders/TextureIntTestGL.psh index 114bcb4..003426d 100644 --- a/Tests/TestApp/assets/Shaders/TextureIntTestGL.psh +++ b/Tests/TestApp/assets/Shaders/TextureIntTestGL.psh @@ -3,7 +3,7 @@ layout(location = 1)in vec2 in_UV; uniform isampler2D g_tex2DTest; -out vec4 out_Color; +layout(location = 0) out vec4 out_Color; void main(void) { -- cgit v1.2.3