Struct screen_13::prelude::vk::PhysicalDeviceMeshShaderFeaturesEXT
source · pub struct PhysicalDeviceMeshShaderFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub task_shader: u32,
pub mesh_shader: u32,
pub multiview_mesh_shader: u32,
pub primitive_fragment_shading_rate_mesh_shader: u32,
pub mesh_shader_queries: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§task_shader: u32§mesh_shader: u32§multiview_mesh_shader: u32§primitive_fragment_shading_rate_mesh_shader: u32§mesh_shader_queries: u32Implementations§
source§impl PhysicalDeviceMeshShaderFeaturesEXT
impl PhysicalDeviceMeshShaderFeaturesEXT
pub fn builder<'a>() -> PhysicalDeviceMeshShaderFeaturesEXTBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceMeshShaderFeaturesEXT
impl Clone for PhysicalDeviceMeshShaderFeaturesEXT
source§fn clone(&self) -> PhysicalDeviceMeshShaderFeaturesEXT
fn clone(&self) -> PhysicalDeviceMeshShaderFeaturesEXT
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 moresource§impl Default for PhysicalDeviceMeshShaderFeaturesEXT
impl Default for PhysicalDeviceMeshShaderFeaturesEXT
source§fn default() -> PhysicalDeviceMeshShaderFeaturesEXT
fn default() -> PhysicalDeviceMeshShaderFeaturesEXT
Returns the “default value” for a type. Read more