diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-09-18 13:54:04 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-09-18 13:54:04 -0400 |
| commit | 69c8d3803155ecc9e2f5a4225e92791b980312d2 (patch) | |
| tree | 4d77b9b982b79312343060f1caf68a590678fc74 /assets | |
| parent | 561c5ea5295005a6f1262b6c7b77028aa8bf6c4d (diff) | |
texture pipeline passes creation validation
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/shaders/texture.frag | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
