dawn-cmake/test/intrinsics/gen/textureLoad/078bc4.wgsl.expected.wgsl

21 lines
370 B
WebGPU Shading Language

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