Disable drawing stencil buffer

This commit is contained in:
Maximilian Ammann 2022-01-07 21:15:36 +01:00
parent e1029f68e9
commit a222f4456a

View File

@ -174,7 +174,7 @@ pub mod tile_mask {
&[wgpu::ColorTargetState { &[wgpu::ColorTargetState {
format: COLOR_TEXTURE_FORMAT, format: COLOR_TEXTURE_FORMAT,
blend: None, blend: None,
write_mask: wgpu::ColorWrites::ALL, write_mask: wgpu::ColorWrites::empty(),
}], }],
); );
} }