Struct ash::vk::GraphicsShaderGroupCreateInfoNV [−][src]
#[repr(C)]pub struct GraphicsShaderGroupCreateInfoNV { pub s_type: StructureType, pub p_next: *const c_void, pub stage_count: u32, pub p_stages: *const PipelineShaderStageCreateInfo, pub p_vertex_input_state: *const PipelineVertexInputStateCreateInfo, pub p_tessellation_state: *const PipelineTessellationStateCreateInfo, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
stage_count: u32
p_stages: *const PipelineShaderStageCreateInfo
p_vertex_input_state: *const PipelineVertexInputStateCreateInfo
p_tessellation_state: *const PipelineTessellationStateCreateInfo
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for GraphicsShaderGroupCreateInfoNV
impl !Sync for GraphicsShaderGroupCreateInfoNV
impl Unpin for GraphicsShaderGroupCreateInfoNV
Blanket Implementations
Mutably borrows from an owned value. Read more