#[repr(C)]pub struct PhysicalDeviceMeshShaderPropertiesNV {Show 15 fields
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_draw_mesh_tasks_count: u32,
pub max_task_work_group_invocations: u32,
pub max_task_work_group_size: [u32; 3],
pub max_task_total_memory_size: u32,
pub max_task_output_count: u32,
pub max_mesh_work_group_invocations: u32,
pub max_mesh_work_group_size: [u32; 3],
pub max_mesh_total_memory_size: u32,
pub max_mesh_output_vertices: u32,
pub max_mesh_output_primitives: u32,
pub max_mesh_multiview_view_count: u32,
pub mesh_output_per_vertex_granularity: u32,
pub mesh_output_per_primitive_granularity: u32,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidmax_draw_mesh_tasks_count: u32max_task_work_group_invocations: u32max_task_work_group_size: [u32; 3]max_task_total_memory_size: u32max_task_output_count: u32max_mesh_work_group_invocations: u32max_mesh_work_group_size: [u32; 3]max_mesh_total_memory_size: u32max_mesh_output_vertices: u32max_mesh_output_primitives: u32max_mesh_multiview_view_count: u32mesh_output_per_vertex_granularity: u32mesh_output_per_primitive_granularity: u32Implementations
sourceimpl PhysicalDeviceMeshShaderPropertiesNV
impl PhysicalDeviceMeshShaderPropertiesNV
pub fn builder<'a>() -> PhysicalDeviceMeshShaderPropertiesNVBuilder<'a>
Trait Implementations
sourceimpl Clone for PhysicalDeviceMeshShaderPropertiesNV
impl Clone for PhysicalDeviceMeshShaderPropertiesNV
sourcefn clone(&self) -> PhysicalDeviceMeshShaderPropertiesNV
fn clone(&self) -> PhysicalDeviceMeshShaderPropertiesNV
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PhysicalDeviceMeshShaderPropertiesNV
impl Default for PhysicalDeviceMeshShaderPropertiesNV
sourcefn default() -> PhysicalDeviceMeshShaderPropertiesNV
fn default() -> PhysicalDeviceMeshShaderPropertiesNV
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceMeshShaderPropertiesNV
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceMeshShaderPropertiesNV
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceMeshShaderPropertiesNV
impl !Send for PhysicalDeviceMeshShaderPropertiesNV
impl !Sync for PhysicalDeviceMeshShaderPropertiesNV
impl Unpin for PhysicalDeviceMeshShaderPropertiesNV
impl UnwindSafe for PhysicalDeviceMeshShaderPropertiesNV
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more