QueueFamilyProperties

Undocumented in source.

Members

Enums

Flags
enum Flags
Undocumented in source.

Functions

supports
bool supports(Flags flag)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin VkFrom!(VkQueueFamilyProperties)
Undocumented in source.
__anonymous
mixin ImplToString
Undocumented in source.

Variables

minImageTransferGranularity
VkExtent3D minImageTransferGranularity;
Undocumented in source.
queueCount
uint queueCount;
Undocumented in source.
queueFlags
BitFlags!Flags queueFlags;
Undocumented in source.
timestampValidBits
uint timestampValidBits;
Undocumented in source.

Mixed In Members

From mixin ImplToString

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta