We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681e74a commit e21289bCopy full SHA for e21289b
node-graph/wgpu-executor/src/shader_runtime/per_pixel_adjust_runtime.rs
@@ -117,7 +117,7 @@ impl PerPixelAdjustGraphicsPipeline {
117
entry_point: Some(&fragment_name),
118
compilation_options: Default::default(),
119
targets: &[Some(ColorTargetState {
120
- format: TextureFormat::Rgba32Float,
+ format: TextureFormat::Rgba8UnormSrgb,
121
blend: None,
122
write_mask: Default::default(),
123
})],
0 commit comments