ExtensionProperties

Undocumented in source.

Members

Mixins

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

Static functions

getAvailableDeviceExtensionProperties
getAvailableDeviceExtensionProperties(PhysicalDevice gpu, string layerName)
Undocumented in source. Be warned that the author may not have intended to support it.
getAvailableInstanceExtensionProperties
getAvailableInstanceExtensionProperties(string layerName)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

extensionName
string extensionName;
Undocumented in source.
specVersion
uint specVersion;
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