Class VkDisplayModeParametersKHR

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


    public class VkDisplayModeParametersKHR
    extends Struct
    Khronos Reference Page
    Vulkan Specification

    Describes the display parameters associated a display mode.

    Member documentation

    • visibleRegion – the 2D extents of the visible region
    • refreshRate – a uint32_t that is the number of times the display is refreshed each second multiplied by 1000

    Layout

    struct VkDisplayModeParametersKHR {
        VkExtent2D visibleRegion;
        uint32_t refreshRate;
    }