pub fn texture_limits(max_texture_dimension_2d: u32) -> LimitsExpand description
Device limits with max_texture_dimension_2d raised to the adapter’s real
maximum instead of the 8192 of wgpu::Limits::default.
pub fn texture_limits(max_texture_dimension_2d: u32) -> LimitsDevice limits with max_texture_dimension_2d raised to the adapter’s real
maximum instead of the 8192 of wgpu::Limits::default.