parent
c3b151f019
commit
6b3dbb81a2
3 changed files with 2 additions and 5 deletions
|
|
@ -3,9 +3,6 @@
|
|||
#extension GL_ARB_separate_shader_objects : enable
|
||||
#extension GL_ARB_shading_language_420pack : enable
|
||||
|
||||
layout (binding = 1) uniform sampler2D samplerColor;
|
||||
layout (binding = 2) uniform sampler2D samplerNormalMap;
|
||||
|
||||
layout (location = 0) in vec3 inNormal;
|
||||
layout (location = 1) in vec3 inColor;
|
||||
layout (location = 2) in vec3 inWorldPos;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue