blob: d97b904dd9ab00fc951d23301d389ecce6f32e91 [file] [log] [blame]
@group(0) @binding(0) var<storage, read_write> prevent_dce : vec4<f32>;
@group(1) @binding(0) var arg_0 : texture_storage_3d<rg32float, read_write>;
fn textureLoad_126466() -> vec4<f32> {
var res : vec4<f32> = textureLoad(arg_0, vec3<i32>(1i));
return res;
}
@fragment
fn fragment_main() {
prevent_dce = textureLoad_126466();
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = textureLoad_126466();
}