2025-09-25 19:48:40 +01:00

8 lines
102 B
GLSL

#version 410 core
layout(local_size_x = 1) in;
void main() {
// Compute shader code goes here
}