From 69c8d3803155ecc9e2f5a4225e92791b980312d2 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Mon, 18 Sep 2023 13:54:04 -0400 Subject: texture pipeline passes creation validation --- assets/shaders/texture.frag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets') diff --git a/assets/shaders/texture.frag b/assets/shaders/texture.frag index e63995f..44e3dd6 100644 --- a/assets/shaders/texture.frag +++ b/assets/shaders/texture.frag @@ -1,6 +1,6 @@ # version 450 -layout(location = 0) in vec3 fragColor; +layout(location = 0) in vec4 fragColor; layout(location = 1) in vec3 fragTexCoord; layout(location = 0) out vec4 outColor; -- cgit v1.2.3