blob: 5349dfa38754a57651fef930976a1c406727e45b [file] [log] [blame]
struct tint_symbol {
float4 value : SV_Position;
};
Texture2DMS<float4> arg_0 : register(t0, space1);
void textureNumSamples_2c6f14() {
int3 tint_tmp;
arg_0.GetDimensions(tint_tmp.x, tint_tmp.y, tint_tmp.z);
int res = tint_tmp.z;
}
tint_symbol vertex_main() {
textureNumSamples_2c6f14();
const tint_symbol tint_symbol_1 = {float4(0.0f, 0.0f, 0.0f, 0.0f)};
return tint_symbol_1;
}
void fragment_main() {
textureNumSamples_2c6f14();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
textureNumSamples_2c6f14();
return;
}