summaryrefslogtreecommitdiff
path: root/tests/pipeline/ray-tracing/acceleration-structure-in-compute.slang.glsl
blob: 0374569fe221cbbe961b6ff16234cedb2ca4bf5e (plain)
1
2
3
4
5
6
7
8
9
10
11
#version 460
layout(row_major) uniform;
layout(row_major) buffer;

layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;
void main()
{

    return;
}