dawn-cmake/test/intrinsics/gen/textureLoad/9a7c90.wgsl.expected.wgsl

21 lines
369 B
WebGPU Shading Language

[[group(1), binding(0)]] var arg_0 : [[access(read)]] texture_storage_3d<rgba8uint>;
fn textureLoad_9a7c90() {
var res : vec4<u32> = textureLoad(arg_0, vec3<i32>());
}
[[stage(vertex)]]
fn vertex_main() {
textureLoad_9a7c90();
}
[[stage(fragment)]]
fn fragment_main() {
textureLoad_9a7c90();
}
[[stage(compute)]]
fn compute_main() {
textureLoad_9a7c90();
}