Struct screen_13::prelude::vk::PipelineExecutablePropertiesKHR
source · pub struct PipelineExecutablePropertiesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub stages: ShaderStageFlags,
pub name: [i8; 256],
pub description: [i8; 256],
pub subgroup_size: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§stages: ShaderStageFlags§name: [i8; 256]§description: [i8; 256]§subgroup_size: u32Implementations§
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 moresource§impl Default for PipelineExecutablePropertiesKHR
impl Default for PipelineExecutablePropertiesKHR
source§fn default() -> PipelineExecutablePropertiesKHR
fn default() -> PipelineExecutablePropertiesKHR
Returns the “default value” for a type. Read more