SurfaceCapabilities

Undocumented in source.

Members

Functions

supports
bool supports(SurfaceTransform transform)
Undocumented in source. Be warned that the author may not have intended to support it.
supports
bool supports(CompositeAlpha compositeAlpha)
Undocumented in source. Be warned that the author may not have intended to support it.
supports
bool supports(ImageUsage usage)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

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

Variables

currentExtent
VkExtent2D currentExtent;
Undocumented in source.
currentTransform
SurfaceTransform currentTransform;
Undocumented in source.
maxImageArrayLayers
uint maxImageArrayLayers;
Undocumented in source.
maxImageCount
uint maxImageCount;
Undocumented in source.
maxImageExtent
VkExtent2D maxImageExtent;
Undocumented in source.
minImageCount
uint minImageCount;
Undocumented in source.
minImageExtent
VkExtent2D minImageExtent;
Undocumented in source.
supportedCompositeAlpha
BitFlags!CompositeAlpha supportedCompositeAlpha;
Undocumented in source.
supportedTransforms
BitFlags!SurfaceTransform supportedTransforms;
Undocumented in source.
supportedUsageFlags
BitFlags!ImageUsage supportedUsageFlags;
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