virtualx-engine/tests/python_build/fixtures/glsl/compute.glsl

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
124 B
Text
Raw Normal View History

#[compute]
#version 450
#VERSION_DEFINES
#include "_included.glsl"
void main() {
vec3 static_light = vec3(0, 1, 0);
}