godot-module-template/engine/tests/python_build/fixtures/rd_glsl/compute.glsl

14 lines
135 B
Plaintext
Raw Permalink Normal View History

2025-01-17 15:36:38 +00:00
#[compute]
#version 450
#VERSION_DEFINES
#define BLOCK_SIZE 8
#include "_included.glsl"
void main() {
uint t = BLOCK_SIZE + 1;
}