Class VkDisplayModePropertiesKHR

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


    public class VkDisplayModePropertiesKHR
    extends Struct
    Khronos Reference Page
    Vulkan Specification

    Describes properties of a display mode.

    Valid Usage
    • displayMode must be a valid VkDisplayModeKHR handle

    Member documentation

    • displayMode – a handle to the display mode described in this structure. This handle will be valid for the lifetime of the Vulkan instance.
    • parameters – a VkDisplayModeParametersKHR structure describing the display parameters associated with displayMode

    Layout

    struct VkDisplayModePropertiesKHR {
        VkDisplayModeKHR displayMode;
        VkDisplayModeParametersKHR parameters;
    }