sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
CommandBuffer.cmdBindDescriptorSets
sbylib
wrapper
vulkan
commandbuffer
CommandBuffer
Undocumented in source. Be warned that the author may not have intended to support it.
void
cmdBindDescriptorSets
(PipelineBindPoint pipelineBindPoint, PipelineLayout layout, uint firstSet, DescriptorSet[N] _descriptorSets, uint[M] dynamicOffsets)
void
cmdBindDescriptorSets
(PipelineBindPoint pipelineBindPoint, PipelineLayout layout, uint firstSet, DescriptorSet[N] _descriptorSets)
class
CommandBuffer
void
cmdBindDescriptorSets
(
uint
N
)
(
PipelineBindPoint
pipelineBindPoint
,
PipelineLayout
layout
,
uint
firstSet
,
const
DescriptorSet
[
N
]
_descriptorSets
)
Meta
Source
See Implementation
sbylib
wrapper
vulkan
commandbuffer
CommandBuffer
destructors
~this
functions
begin
cmdBeginRenderPass
cmdBindDescriptorSets
cmdBindIndexBuffer
cmdBindPipeline
cmdBindVertexBuffers
cmdBlitImage
cmdClearAttachments
cmdCopyBuffer
cmdCopyBufferToImage
cmdCopyImage
cmdDispatch
cmdDraw
cmdDrawIndexed
cmdEndRenderPass
cmdExecuteCommands
cmdPipelineBarrier
cmdSetScissor
cmdSetViewport
end
mixins
__anonymous
static functions
allocate
structs
AllocateInfo
BeginInfo
InheritanceInfo
RenderPassBeginInfo