Class VkExtensionProperties

  • All Implemented Interfaces:
    java.lang.AutoCloseable, NativeResource, Pointer


    public class VkExtensionProperties
    extends Struct
    Khronos Reference Page
    Vulkan Specification

    Contains information about a physical device extension.

    Member documentation

    • extensionName – a null-terminated string specifying the name of the extension
    • specVersion – the version of this extension

    Layout

    struct VkExtensionProperties {
        char[256] extensionName;
        uint32_t specVersion;
    }