dawn-cmake/test/intrinsics/gen/textureNumLevels/9da7a5.wgsl.expected.hlsl

29 lines
557 B
HLSL
Raw Normal View History

Texture3D<int4> arg_0 : register(t0, space1);
void textureNumLevels_9da7a5() {
int4 tint_tmp;
arg_0.GetDimensions(0, tint_tmp.x, tint_tmp.y, tint_tmp.z, tint_tmp.w);
int res = tint_tmp.w;
}
struct tint_symbol {
float4 value : SV_Position;
};
tint_symbol vertex_main() {
textureNumLevels_9da7a5();
const tint_symbol tint_symbol_1 = {float4(0.0f, 0.0f, 0.0f, 0.0f)};
return tint_symbol_1;
}
void fragment_main() {
textureNumLevels_9da7a5();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
textureNumLevels_9da7a5();
return;
}