mirror of
https://github.com/RPCS3/glslang.git
synced 2024-12-18 08:47:37 +00:00
8 lines
117 B
GLSL
8 lines
117 B
GLSL
|
[[vk::global_cbuffer_binding(5, 2)]]
|
||
|
float4 u1;
|
||
|
float4 u2;
|
||
|
|
||
|
float4 main() : SV_Target0
|
||
|
{
|
||
|
return u1 + u2;
|
||
|
}
|