blob: 075a734e7735d4d6757b8176d4033e1ac5c2e08f [file] [log] [blame]
TextureCubeArray t_f : register(t0, space0);
[numthreads(1, 1, 1)]
void main() {
t_f;
return;
}