Skip to content

Commit e21289b

Browse files
committed
WIP16: correct RT format
1 parent 681e74a commit e21289b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node-graph/wgpu-executor/src/shader_runtime/per_pixel_adjust_runtime.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ impl PerPixelAdjustGraphicsPipeline {
117117
entry_point: Some(&fragment_name),
118118
compilation_options: Default::default(),
119119
targets: &[Some(ColorTargetState {
120-
format: TextureFormat::Rgba32Float,
120+
format: TextureFormat::Rgba8UnormSrgb,
121121
blend: None,
122122
write_mask: Default::default(),
123123
})],

0 commit comments

Comments
 (0)