Fix shadercode

This commit is contained in:
Felix Koppe
2024-12-06 13:19:17 +01:00
parent acd64d1507
commit df27c23cd5
4 changed files with 0 additions and 8 deletions

View File

@@ -1,5 +1,3 @@
#version 150
// Samplers for textures
uniform sampler2D m_Texture;
uniform sampler2D m_OutlineDepthTexture;

View File

@@ -1,5 +1,3 @@
#version 150
// Input texture coordinates from the vertex shader
in vec2 texCoord;

View File

@@ -1,5 +1,3 @@
#version 150
// Uniform samplers
uniform sampler2D m_Texture;
uniform sampler2D m_OutlineDepthTexture;

View File

@@ -1,5 +1,3 @@
#version 150
// Vertex attributes
in vec4 inPosition;
in vec2 inTexCoord;