Device

Undocumented in source.

Constructors

this
this(PhysicalDevice gpu, DeviceCreateInfo info)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

getBufferMemoryRequirements
MemoryRequirements getBufferMemoryRequirements(Buffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
getImageMemoryRequirements
MemoryRequirements getImageMemoryRequirements(Image image)
Undocumented in source. Be warned that the author may not have intended to support it.
getQueue
Queue getQueue(uint queueFamilyIndex, uint queueIndex)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

DeviceCreateInfo
struct DeviceCreateInfo
Undocumented in source.
MemoryRequirements
struct MemoryRequirements
Undocumented in source.
QueueCreateInfo
struct QueueCreateInfo
Undocumented in source.

Variables

device
VkDevice device;
Undocumented in source.

Meta