blob: 43818da53fc079f613ced9e8887cb2e54906b0e3 [file] [log] [blame]
ByteAddressBuffer S : register(t0);
float4 func_S() {
return asfloat(S.Load4(0u));
}
[numthreads(1, 1, 1)]
void main() {
const float4 r = func_S();
return;
}