sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
RenderPass.SubpassDescription
sbylib
wrapper
vulkan
renderpass
RenderPass
Undocumented in source.
class
RenderPass
static
struct
SubpassDescription {
struct
AttachmentReference
;
immutable
@
vkProp
()
VkSubpassDescriptionFlags
flags
;
immutable
@
vkProp
()
PipelineBindPoint
pipelineBindPoint
;
const
@
vkProp
("pInputAttachments", "inputAttachmentCount")
AttachmentReference
[]
inputAttachments
;
const
@
vkProp
("pColorAttachments", "colorAttachmentCount")
AttachmentReference
[]
colorAttachments
;
const
@
vkProp
("pResolveAttachments")
AttachmentReference
[]
resolveAttachments
;
const
@
vkProp
("pDepthStencilAttachment")
AttachmentReference
[]
depthStencilAttachments
;
const
@
vkProp
("pPreserveAttachments", "preserveAttachmentCount")
uint
[]
preserveAttachments
;
mixin
VkTo
!(
VkSubpassDescription
)
;
}
Members
Mixins
__anonymous
mixin
VkTo
!(
VkSubpassDescription
)
Undocumented in source.
Structs
AttachmentReference
struct
AttachmentReference
Undocumented in source.
Variables
colorAttachments
AttachmentReference
[]
colorAttachments
;
Undocumented in source.
depthStencilAttachments
AttachmentReference
[]
depthStencilAttachments
;
Undocumented in source.
flags
VkSubpassDescriptionFlags
flags
;
Undocumented in source.
inputAttachments
AttachmentReference
[]
inputAttachments
;
Undocumented in source.
pipelineBindPoint
PipelineBindPoint
pipelineBindPoint
;
Undocumented in source.
preserveAttachments
uint
[]
preserveAttachments
;
Undocumented in source.
resolveAttachments
AttachmentReference
[]
resolveAttachments
;
Undocumented in source.
Meta
Source
See Implementation
sbylib
wrapper
vulkan
renderpass
RenderPass
constructors
this
destructors
~this
mixins
__anonymous
structs
AttachmentDescription
CreateInfo
SubpassDescription