summaryrefslogtreecommitdiffstats
path: root/tests/reflection/acceleration-structure.slang
blob: cbff7784d862eb36a3d703892397f6a7b383013f (plain)
1
2
3
4
5
6
7
8
//TEST(64-bit):REFLECTION(filecheck=CHECK): -target cuda

// CHECK: "binding": {"kind": "uniform", "offset": 0, "size": 8, "elementStride": 0},
uniform RaytracingAccelerationStructure accel;

[numthreads(1,1,1)]
void main()
{}