sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
DeviceMemory.AllocateInfo
sbylib
wrapper
vulkan
devicememory
DeviceMemory
Undocumented in source.
class
DeviceMemory
static
struct
AllocateInfo {
@
vkProp
()
VkDeviceSize
allocationSize
;
@
vkProp
()
uint32_t
memoryTypeIndex
;
mixin
VkTo
!(
VkMemoryAllocateInfo
)
;
}
Members
Mixins
__anonymous
mixin
VkTo
!(
VkMemoryAllocateInfo
)
Undocumented in source.
Variables
allocationSize
VkDeviceSize
allocationSize
;
Undocumented in source.
memoryTypeIndex
uint32_t
memoryTypeIndex
;
Undocumented in source.
Meta
Source
See Implementation
sbylib
wrapper
vulkan
devicememory
DeviceMemory
constructors
this
destructors
~this
functions
bindBuffer
bindImage
map
mapWhole
unmap
mixins
__anonymous
structs
AllocateInfo