Struct ash::vk::PipelineExecutablePropertiesKHR
source · #[repr(C)]pub struct PipelineExecutablePropertiesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub stages: ShaderStageFlags,
pub name: [c_char; 256],
pub description: [c_char; 256],
pub subgroup_size: u32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§stages: ShaderStageFlags
§name: [c_char; 256]
§description: [c_char; 256]
§subgroup_size: u32
Implementations§
source§impl PipelineExecutablePropertiesKHR
impl PipelineExecutablePropertiesKHR
pub fn builder<'a>() -> PipelineExecutablePropertiesKHRBuilder<'a>
Trait Implementations§
source§impl Clone for PipelineExecutablePropertiesKHR
impl Clone for PipelineExecutablePropertiesKHR
source§fn clone(&self) -> PipelineExecutablePropertiesKHR
fn clone(&self) -> PipelineExecutablePropertiesKHR
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 more