LayerProperties

Undocumented in source.

Members

Mixins

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

Static functions

getAvailableDeviceLayerProperties
getAvailableDeviceLayerProperties(PhysicalDevice gpu)
Undocumented in source. Be warned that the author may not have intended to support it.
getAvailableInstanceLayerProperties
getAvailableInstanceLayerProperties()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

description
string description;
Undocumented in source.
implementationVersion
uint implementationVersion;
Undocumented in source.
layerName
string layerName;
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