Please enable JavaScript.
Coggle requires JavaScript to display documents.
Vulkan Draw - Coggle Diagram
Vulkan Draw
vkCmdBindPipeline
graphicsPipeline
Stages
vertShaderStageInfo
vertShaderModule
Name
fragShaderStageInfo
fragShaderModule
Name
VertexInputState
vertexAttributeDescription
VertexAttributeDescriptions
InputAssemblyState
topology
primitiveRestartEnable
ViewportState
Viewports
Scissors
RasterizationState
depthClampEnable
rasterizerDiscardEnable
polygonMode
cullMode
frontFace
depthBiasEnable
MultisampleState
sampleShadingEnable
rasterizationSamples
DepthStencilState
depthTestEnable
depthWriteEnable
stencilTestEnable
depthCompareOp
depthBoundsTestEnable
ColorBlendState
pipelineLayout
descriptorSetLayout
uboLayoutBinding
binding
descriptorType
stageFlags
samplerLayoutBinding
renderPass
vkCmdBeginRenderPass
renderPassInfo
renderPass
attachments
colorAttachment
depthAttachment
subpass
ColorAttachments
DepthStencilAttachment
dependency
dstSubpass
srcStageMask
dstStageMask
dstAccessMask
framebuffer
renderPass
Attachments
swapChainImageViews
depthImageView
swapChainExtent
vkCmdBindIndexBuffer
indexBuffer
vkCmdBindVertexBuffers
vertexBuffers
buffer
usage
sharingMode
stagingBuffer\stagingBufferMemory
VkMemoryRequirements\vkAllocateMemory\vkBindBufferMemory
vkCmdBindDescriptorSets
pipelineLayout
uniform
texture
vkCmdDrawIndexed
indices.size()