Development #37
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
#version 150
|
|
||||||
|
|
||||||
// Vertex attributes
|
// Vertex attributes
|
||||||
in vec4 inPosition;
|
in vec4 inPosition;
|
||||||
in vec2 inTexCoord;
|
in vec2 inTexCoord;
|
||||||
|
|||||||
Reference in New Issue
Block a user