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: StructureTypep_next: *const c_voidflags: PipelineShaderStageCreateFlagsstage: ShaderStageFlagsmodule: ShaderModulep_name: *const c_charp_specialization_info: *const SpecializationInfoImplementations
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