#[repr(C)]
pub struct Limits { pub max_encoders: u16, pub min_resource_cb_size: u32, pub transient_vb_size: u32, pub transient_ib_size: u32, }
Expand description

Configurable runtime limits parameters.

Fields

max_encoders: u16

Maximum number of encoder threads.

min_resource_cb_size: u32

Minimum resource command buffer size.

transient_vb_size: u32

Maximum transient vertex buffer size.

transient_ib_size: u32

Maximum transient index buffer size.

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.