dawn-cmake/test/intrinsics/gen/textureLoad/936952.wgsl.expected.wgsl

21 lines
380 B
WebGPU Shading Language
Raw Normal View History

[[group(1), binding(0)]] var arg_0 : [[access(read)]] texture_storage_2d_array<rgba32float>;
fn textureLoad_936952() {
var res : vec4<f32> = textureLoad(arg_0, vec2<i32>(), 1);
}
[[stage(vertex)]]
fn vertex_main() {
textureLoad_936952();
}
[[stage(fragment)]]
fn fragment_main() {
textureLoad_936952();
}
[[stage(compute)]]
fn compute_main() {
textureLoad_936952();
}