sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Device.MemoryRequirements
sbylib
wrapper
vulkan
device
Device
Undocumented in source.
class
Device
static
struct
MemoryRequirements {
@
vkProp
()
VkDeviceSize
size
;
@
vkProp
()
VkDeviceSize
alignment
;
@
vkProp
()
uint32_t
memoryTypeBits
;
mixin
VkFrom
!(
VkMemoryRequirements
)
;
bool
acceptable
(size_t memoryTypeIndex);
}
Members
Functions
acceptable
bool
acceptable
(size_t memoryTypeIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
VkFrom
!(
VkMemoryRequirements
)
Undocumented in source.
Variables
alignment
VkDeviceSize
alignment
;
Undocumented in source.
memoryTypeBits
uint32_t
memoryTypeBits
;
Undocumented in source.
size
VkDeviceSize
size
;
Undocumented in source.
Meta
Source
See Implementation
sbylib
wrapper
vulkan
device
Device
constructors
this
destructors
~this
functions
getBufferMemoryRequirements
getImageMemoryRequirements
getQueue
structs
DeviceCreateInfo
MemoryRequirements
QueueCreateInfo
variables
device