Spaces:
Runtime error
Runtime error
File size: 160 Bytes
57e3690 |
1 2 3 4 5 6 7 8 9 10 |
#extension GL_EXT_shader_16bit_storage : require
layout (push_constant) uniform parameter
{
uint KX;
uint KY;
float param1;
float param2;
} p;
|