slang-shaders/crt/shaders/crt-slangtest/common.inc

13 lines
171 B
PHP
Raw Normal View History

2016-08-02 21:24:03 +10:00
layout(push_constant, std140) uniform UBO
2016-03-26 03:34:21 +11:00
{
vec4 SourceSize;
float OUT_GAMMA;
float BOOST;
2016-03-26 03:34:21 +11:00
} global;
2016-08-02 21:24:03 +10:00
layout(binding = 0, std140) uniform UBO1
{
mat4 MVP;
};