Replaced text overlay with proper UI overlay
This commit is contained in:
parent
570750c16f
commit
68692367e0
54 changed files with 564 additions and 1649 deletions
|
|
@ -11,9 +11,9 @@ layout (binding = 4) uniform sampler2D samplerSSAOBlur;
|
|||
layout (binding = 5) uniform UBO
|
||||
{
|
||||
mat4 _dummy;
|
||||
uint ssao;
|
||||
uint ssaoOnly;
|
||||
uint ssaoBlur;
|
||||
int ssao;
|
||||
int ssaoOnly;
|
||||
int ssaoBlur;
|
||||
} uboParams;
|
||||
|
||||
layout (location = 0) in vec2 inUV;
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue