pub struct ImproveCacheLocality {
pub enable: bool,
pub cache_size: i32,
}
Expand description
Arguments for improve_cache_locality
post-process step.
Fields§
§enable: bool
Whether to enable the step. Default: false
cache_size: i32
Set the size of the post-transform vertex cache. Default: 12
Trait Implementations§
Source§impl Default for ImproveCacheLocality
impl Default for ImproveCacheLocality
Source§fn default() -> ImproveCacheLocality
fn default() -> ImproveCacheLocality
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ImproveCacheLocality
impl RefUnwindSafe for ImproveCacheLocality
impl Send for ImproveCacheLocality
impl Sync for ImproveCacheLocality
impl Unpin for ImproveCacheLocality
impl UnwindSafe for ImproveCacheLocality
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more