sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
CommandBuffer.BeginInfo
sbylib
wrapper
vulkan
commandbuffer
CommandBuffer
Undocumented in source.
class
CommandBuffer
static
struct
BeginInfo {
immutable
@
vkProp
()
BitFlags
!
Flags
flags
;
@
vkProp
("pInheritanceInfo")
InheritanceInfo
inheritanceInfo
;
enum
Flags
;
mixin
VkTo
!(
VkCommandBufferBeginInfo
)
;
}
Members
Enums
Flags
enum
Flags
Undocumented in source.
Mixins
__anonymous
mixin
VkTo
!(
VkCommandBufferBeginInfo
)
Undocumented in source.
Variables
flags
BitFlags
!
Flags
flags
;
Undocumented in source.
inheritanceInfo
InheritanceInfo
inheritanceInfo
;
Undocumented in source.
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