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