gfx ~bindings (2022-04-13T08:35:15.7633411)
Dub
Repo
VertexInputBinding
gfx
graal
pipeline
Describes the binding of a buffer to the pipeline
struct
VertexInputBinding {
uint
binding
;
size_t
stride
;
Flag
!
"instanced"
instanced
;
}
Members
Variables
binding
uint
binding
;
Undocumented in source.
instanced
Flag
!
"instanced"
instanced
;
Undocumented in source.
stride
size_t
stride
;
Undocumented in source.
Meta
Source
See Implementation
gfx
graal
pipeline
enums
BlendFactor
BlendOp
ColorMask
CompareOp
Cull
DynamicState
FrontFace
LogicOp
PolygonMode
Primitive
ShaderLanguage
ShaderStage
interfaces
Pipeline
PipelineLayout
ShaderModule
structs
BlendState
ColorBlendAttachment
ColorBlendInfo
DepthBias
GraphicsShaderSet
InputAssembly
PipelineInfo
Rasterizer
VertexInputAttrib
VertexInputBinding
ViewportConfig
Describes the binding of a buffer to the pipeline