blob: 6a2cc421b1a38d8b0fdc67381dc96db8687458dc [file]
RWByteAddressBuffer buf;
float4 main() : SV_Target0
{
buf.Store(0);
return 0;
}