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

21 lines
379 B
WebGPU Shading Language
Raw Normal View History

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