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

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

14 lines
135 B
Text
Raw Normal View History

2024-02-18 21:31:05 +01:00
#[compute]
#version 450
#VERSION_DEFINES
#define BLOCK_SIZE 8
#include "_included.glsl"
void main() {
uint t = BLOCK_SIZE + 1;
}