generated from AfonsoCMSousa/CPP-Template
8 lines
102 B
GLSL
8 lines
102 B
GLSL
#version 410 core
|
|
layout(local_size_x = 1) in;
|
|
|
|
void main() {
|
|
// Compute shader code goes here
|
|
}
|
|
|