Struct ash::vk::PipelineShaderStageCreateInfo [−][src]
#[repr(C)]pub struct PipelineShaderStageCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub flags: PipelineShaderStageCreateFlags, pub stage: ShaderStageFlags, pub module: ShaderModule, pub p_name: *const c_char, pub p_specialization_info: *const SpecializationInfo, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
flags: PipelineShaderStageCreateFlags
stage: ShaderStageFlags
module: ShaderModule
p_name: *const c_char
p_specialization_info: *const SpecializationInfo
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for PipelineShaderStageCreateInfo
impl !Sync for PipelineShaderStageCreateInfo
impl Unpin for PipelineShaderStageCreateInfo
impl UnwindSafe for PipelineShaderStageCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more