Added text overlay to cubemap sample, multiple objects, optimizations
This commit is contained in:
parent
6344a0e016
commit
c68025a332
10 changed files with 212 additions and 60 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue