Use Vulkan result check macro, code cleanup, added text overlay
This commit is contained in:
parent
823c666ffc
commit
faa59a2f78
13 changed files with 150 additions and 182 deletions
|
|
@ -20,6 +20,11 @@ layout (location = 2) out vec3 outColor;
|
|||
layout (location = 3) out vec3 outViewVec;
|
||||
layout (location = 4) out vec3 outLightVec;
|
||||
|
||||
out gl_PerVertex
|
||||
{
|
||||
vec4 gl_Position;
|
||||
};
|
||||
|
||||
void main()
|
||||
{
|
||||
outNormal = inNormal;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue