Development #37

Merged
j23f0779 merged 20 commits from development into dev/server_h 2024-12-07 15:36:25 +01:00
4 changed files with 0 additions and 8 deletions
Showing only changes of commit df27c23cd5 - Show all commits

View File

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

View File

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

View File

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

View File

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