[][src]Struct lava::nv::VkPhysicalDeviceMeshShaderProperties

pub struct VkPhysicalDeviceMeshShaderProperties {
    pub max_draw_mesh_tasks_count: usize,
    pub max_task_work_group_invocations: usize,
    pub max_task_work_group_size: [usize; 3],
    pub max_task_total_memory_size: usize,
    pub max_task_output_count: usize,
    pub max_mesh_work_group_invocations: usize,
    pub max_mesh_work_group_size: [usize; 3],
    pub max_mesh_total_memory_size: usize,
    pub max_mesh_output_vertices: usize,
    pub max_mesh_output_primitives: usize,
    pub max_mesh_multiview_view_count: usize,
    pub mesh_output_per_vertex_granularity: usize,
    pub mesh_output_per_primitive_granularity: usize,
}

Fields

max_draw_mesh_tasks_count: usizemax_task_work_group_invocations: usizemax_task_work_group_size: [usize; 3]max_task_total_memory_size: usizemax_task_output_count: usizemax_mesh_work_group_invocations: usizemax_mesh_work_group_size: [usize; 3]max_mesh_total_memory_size: usizemax_mesh_output_vertices: usizemax_mesh_output_primitives: usizemax_mesh_multiview_view_count: usizemesh_output_per_vertex_granularity: usizemesh_output_per_primitive_granularity: usize

Trait Implementations

impl Clone for VkPhysicalDeviceMeshShaderProperties[src]

impl Default for VkPhysicalDeviceMeshShaderProperties[src]

impl Debug for VkPhysicalDeviceMeshShaderProperties[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]