Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/tests/python_build/fixtures/rd_glsl/compute.glsl
10279 views
#[compute]

#version 450

#VERSION_DEFINES

#define BLOCK_SIZE 8

#include "_included.glsl"

void main() {
	uint t = BLOCK_SIZE + 1;
}