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