diff --git a/examples/runners/cpu/src/main.rs b/examples/runners/cpu/src/main.rs index 4021b48e07..318f729a5d 100644 --- a/examples/runners/cpu/src/main.rs +++ b/examples/runners/cpu/src/main.rs @@ -140,7 +140,7 @@ fn main() { * vec2(WIDTH as f32, HEIGHT as f32); // evaluate the fragment shader for the specific pixel - let color = shader_module::fs(&push_constants, frag_coord, 1); + let color = shader_module::fs(&push_constants, frag_coord, 100); color_u32_from_vec4(color) })