blob: a5c971c30f34285f51485ca51a428bde68699ce4 [file] [log] [blame]
RWTexture2D<int4> arg_0 : register(u0, space1);
void textureDimensions_7f5c2e() {
int2 tint_tmp;
arg_0.GetDimensions(tint_tmp.x, tint_tmp.y);
int2 res = tint_tmp;
}
void vertex_main() {
textureDimensions_7f5c2e();
return;
}
void fragment_main() {
textureDimensions_7f5c2e();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
textureDimensions_7f5c2e();
return;
}