sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Framebuffer.CreateInfo
sbylib
wrapper
vulkan
framebuffer
Framebuffer
Undocumented in source.
class
Framebuffer
static
struct
CreateInfo {
immutable
@
vkProp
()
VkFramebufferCreateFlags
flags
;
@
vkProp
()
RenderPass
renderPass
;
immutable
@
vkProp
()
uint32_t
width
;
immutable
@
vkProp
()
uint32_t
height
;
immutable
@
vkProp
()
uint32_t
layers
;
@
vkProp
("pAttachments", "attachmentCount")
ImageView
[]
attachments
;
mixin
VkTo
!(
VkFramebufferCreateInfo
)
;
}
Members
Mixins
__anonymous
mixin
VkTo
!(
VkFramebufferCreateInfo
)
Undocumented in source.
Variables
attachments
ImageView
[]
attachments
;
Undocumented in source.
flags
VkFramebufferCreateFlags
flags
;
Undocumented in source.
height
uint32_t
height
;
Undocumented in source.
layers
uint32_t
layers
;
Undocumented in source.
renderPass
RenderPass
renderPass
;
Undocumented in source.
width
uint32_t
width
;
Undocumented in source.
Meta
Source
See Implementation
sbylib
wrapper
vulkan
framebuffer
Framebuffer
constructors
this
destructors
~this
mixins
__anonymous
structs
CreateInfo