Struct pilka_ash::PipelineDescriptor[][src]

pub struct PipelineDescriptor {
Show 13 fields pub color_blend_attachments: Box<[PipelineColorBlendAttachmentState]>, pub dynamic_state_info: PipelineDynamicStateCreateInfo, pub dynamic_state: Box<[DynamicState]>, pub vertex_module: ShaderModule, pub vertex_entry_point: CString, pub fragment_module: ShaderModule, pub fragment_entry_point: CString, pub vertex_input: PipelineVertexInputStateCreateInfo, pub input_assembly: PipelineInputAssemblyStateCreateInfo, pub rasterization: PipelineRasterizationStateCreateInfo, pub multisample: PipelineMultisampleStateCreateInfo, pub depth_stencil: PipelineDepthStencilStateCreateInfo, pub color_blend: PipelineColorBlendStateCreateInfo,
}

Fields

color_blend_attachments: Box<[PipelineColorBlendAttachmentState]>dynamic_state_info: PipelineDynamicStateCreateInfodynamic_state: Box<[DynamicState]>vertex_module: ShaderModulevertex_entry_point: CStringfragment_module: ShaderModulefragment_entry_point: CStringvertex_input: PipelineVertexInputStateCreateInfoinput_assembly: PipelineInputAssemblyStateCreateInforasterization: PipelineRasterizationStateCreateInfomultisample: PipelineMultisampleStateCreateInfodepth_stencil: PipelineDepthStencilStateCreateInfocolor_blend: PipelineColorBlendStateCreateInfo

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.