mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Disable drawing stencil buffer
This commit is contained in:
parent
e1029f68e9
commit
a222f4456a
@ -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(),
|
||||||
}],
|
}],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user