#[repr(C)]pub struct PipelineShaderStageCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: PipelineShaderStageCreateFlags,
pub stage: ShaderStageFlags,
pub module: ShaderModule,
pub name: *const c_char,
pub specialization_info: *const SpecializationInfo,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: PipelineShaderStageCreateFlagsstage: ShaderStageFlagsmodule: ShaderModulename: *const c_charspecialization_info: *const SpecializationInfoTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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