Struct bgfx_sys::bgfx_init_limits_s
source · #[repr(C)]pub struct bgfx_init_limits_s {
pub maxEncoders: u16,
pub minResourceCbSize: u32,
pub transientVbSize: u32,
pub transientIbSize: u32,
}Expand description
Configurable runtime limits parameters.
Fields§
§maxEncoders: u16§minResourceCbSize: u32Maximum number of encoder threads.
transientVbSize: u32Minimum resource command buffer size.
transientIbSize: u32Maximum transient vertex buffer size.
Trait Implementations§
source§impl Clone for bgfx_init_limits_s
impl Clone for bgfx_init_limits_s
source§fn clone(&self) -> bgfx_init_limits_s
fn clone(&self) -> bgfx_init_limits_s
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more