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