Files
2026-05-07 21:38:27 +03:00

6 lines
153 B
GLSL

#extension GL_ARB_shader_storage_buffer_object : enable
layout(std430, binding = 1) SSBO_QUALIFIER buffer wsrBuffer {
uint bitmasks[];
} wsrSSBO;