blob: fb6f6990ccff3811b75e5809333c4ec6eb1857b2 [file] [log] [blame]
// RUN: clspv -cluster-pod-kernel-args %s -o %t.spv
// RUN: clspv-reflection %t.spv -o %t.map
// RUN: FileCheck %s < %t.map -check-prefix=MAP
// RUN: spirv-val --target-env vulkan1.0 %t.spv
// MAP: kernel,test,arg,pod,argOrdinal,0,offset,0,argKind,pod_pushconstant,argSize,4
kernel void test(int pod)
{
}