#[repr(C)]pub struct IRRuntimeGeometryPipelineConfig {
pub gsVertexSizeInBytes: u32,
pub gsMaxInputPrimitivesPerMeshThreadgroup: u32,
}Fields§
§gsVertexSizeInBytes: u32§gsMaxInputPrimitivesPerMeshThreadgroup: u32Trait Implementations§
Source§impl Clone for IRRuntimeGeometryPipelineConfig
impl Clone for IRRuntimeGeometryPipelineConfig
Source§fn clone(&self) -> IRRuntimeGeometryPipelineConfig
fn clone(&self) -> IRRuntimeGeometryPipelineConfig
Returns a duplicate 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 moreSource§impl Default for IRRuntimeGeometryPipelineConfig
impl Default for IRRuntimeGeometryPipelineConfig
Source§fn default() -> IRRuntimeGeometryPipelineConfig
fn default() -> IRRuntimeGeometryPipelineConfig
Returns the “default value” for a type. Read more
impl Copy for IRRuntimeGeometryPipelineConfig
Auto Trait Implementations§
impl Freeze for IRRuntimeGeometryPipelineConfig
impl RefUnwindSafe for IRRuntimeGeometryPipelineConfig
impl Send for IRRuntimeGeometryPipelineConfig
impl Sync for IRRuntimeGeometryPipelineConfig
impl Unpin for IRRuntimeGeometryPipelineConfig
impl UnwindSafe for IRRuntimeGeometryPipelineConfig
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