We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0653290 commit 961be24Copy full SHA for 961be24
wgpu-types/src/lib.rs
@@ -685,6 +685,11 @@ pub struct Limits {
685
pub max_push_constant_size: u32,
686
/// Maximum number of live non-sampler bindings.
687
///
688
+ /// <div class="warning">
689
+ /// The default value is **1_000_000**, On systems with integrated GPUs (iGPUs)—particularly on Windows using the D3D12
690
+ /// backend—this can lead to significant system RAM consumption since iGPUs share system memory directly with the CPU.
691
+ /// </div>
692
+ ///
693
/// This limit only affects the d3d12 backend. Using a large number will allow the device
694
/// to create many bind groups at the cost of a large up-front allocation at device creation.
695
pub max_non_sampler_bindings: u32,
0 commit comments