mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 23:04:07 +00:00
Raise wgpu_hal::MAX_COLOR_TARGETS
to 8. (#2640)
This commit is contained in:
parent
51dbe23095
commit
ee3d23d546
@ -97,7 +97,7 @@ use thiserror::Error;
|
||||
pub const MAX_ANISOTROPY: u8 = 16;
|
||||
pub const MAX_BIND_GROUPS: usize = 8;
|
||||
pub const MAX_VERTEX_BUFFERS: usize = 16;
|
||||
pub const MAX_COLOR_TARGETS: usize = 4;
|
||||
pub const MAX_COLOR_TARGETS: usize = 8;
|
||||
pub const MAX_MIP_LEVELS: u32 = 16;
|
||||
/// Size of a single occlusion/timestamp query, when copied into a buffer, in bytes.
|
||||
pub const QUERY_SIZE: wgt::BufferAddress = 8;
|
||||
|
Loading…
Reference in New Issue
Block a user