blob: 904d9ab9cc42e171cd5b4dc70b1874fe65376836 [file] [log] [blame]
RWTexture2D<float4> tex : register(u0);
[numthreads(1, 1, 1)]
void main() {
tex[(0).xx] = (0.0f).xxxx;
}