blob: 1098aca53800bde80f1f61faf4560ce599069589 [file] [log] [blame]
@group(1) @binding(0) var arg_0 : texture_cube_array<f32>;
@group(1) @binding(1) var arg_1 : sampler;
fn textureSampleBias_eed7c4() {
var arg_2 = vec3<f32>();
var arg_3 = 1;
var arg_4 = 1.0f;
var res : vec4<f32> = textureSampleBias(arg_0, arg_1, arg_2, arg_3, arg_4);
}
@fragment
fn fragment_main() {
textureSampleBias_eed7c4();
}