blob: 56c120b251f5b0e3cbe3a7d8fe5c1e22df0ab320 [file] [log] [blame]
Texture3D<float4> arg_0 : register(t0, space1);
SamplerState arg_1 : register(s1, space1);
void textureSampleGrad_5884dd() {
float4 res = arg_0.SampleGrad(arg_1, (0.0f).xxx, (0.0f).xxx, (0.0f).xxx, (0).xxx);
}
struct tint_symbol {
float4 value : SV_Position;
};
float4 vertex_main_inner() {
textureSampleGrad_5884dd();
return (0.0f).xxxx;
}
tint_symbol vertex_main() {
const float4 inner_result = vertex_main_inner();
tint_symbol wrapper_result = (tint_symbol)0;
wrapper_result.value = inner_result;
return wrapper_result;
}
void fragment_main() {
textureSampleGrad_5884dd();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
textureSampleGrad_5884dd();
return;
}