merge the new developmentbranch into the test branch #39

Closed
j23f0712 wants to merge 431 commits from development2 into dev/test
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
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;