Split sample into header and source files due to complexity
This commit is contained in:
parent
940aef5b86
commit
149ff8f94e
6 changed files with 1122 additions and 1077 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#version 450
|
||||
|
||||
layout (set = 1, binding = 0) uniform sampler2D samplerColorMap;
|
||||
layout (set = 2, binding = 0) uniform sampler2D samplerColorMap;
|
||||
|
||||
layout (location = 0) in vec3 inNormal;
|
||||
layout (location = 1) in vec3 inColor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue