Added text overlay to cubemap sample, multiple objects, optimizations

This commit is contained in:
saschawillems 2016-06-04 11:03:17 +02:00
parent 6344a0e016
commit c68025a332
10 changed files with 212 additions and 60 deletions

View file

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