PipelineInfo

Undocumented in source.

Members

Variables

assembly
InputAssembly assembly;
Undocumented in source.
blendInfo
ColorBlendInfo blendInfo;
Undocumented in source.
depthInfo
DepthInfo depthInfo;
Undocumented in source.
dynamicStates
DynamicState[] dynamicStates;
Undocumented in source.
inputAttribs
VertexInputAttrib[] inputAttribs;
Undocumented in source.
inputBindings
VertexInputBinding[] inputBindings;
Undocumented in source.
layout
PipelineLayout layout;
Undocumented in source.
rasterizer
Rasterizer rasterizer;
Undocumented in source.
renderPass
RenderPass renderPass;
Undocumented in source.
shaders
GraphicsShaderSet shaders;
Undocumented in source.
stencilInfo
StencilInfo stencilInfo;
Undocumented in source.
subpassIndex
uint subpassIndex;
Undocumented in source.
viewports
ViewportConfig[] viewports;

Viewport configuration of the pipeline. For dynamic viewport, leave this array empty

Meta