Use Vulkan result check macro, code cleanup, added text overlay

This commit is contained in:
saschawillems 2016-05-23 22:27:32 +02:00
parent 823c666ffc
commit faa59a2f78
13 changed files with 150 additions and 182 deletions

View file

@ -13,6 +13,12 @@ layout (binding = 0) uniform UBO
layout (location = 0) out vec3 outUVW;
out gl_PerVertex
{
vec4 gl_Position;
};
void main()
{
outUVW = inPos;