Class KHRDisplaySwapchain

java.lang.Object
org.lwjgl.vulkan.KHRDisplaySwapchain

public class KHRDisplaySwapchain extends Object
  • Field Details

    • VK_KHR_DISPLAY_SWAPCHAIN_SPEC_VERSION

      public static final int VK_KHR_DISPLAY_SWAPCHAIN_SPEC_VERSION
      See Also:
    • VK_KHR_DISPLAY_SWAPCHAIN_EXTENSION_NAME

      public static final String VK_KHR_DISPLAY_SWAPCHAIN_EXTENSION_NAME
      See Also:
    • VK_STRUCTURE_TYPE_DISPLAY_PRESENT_INFO_KHR

      public static final int VK_STRUCTURE_TYPE_DISPLAY_PRESENT_INFO_KHR
      See Also:
    • VK_ERROR_INCOMPATIBLE_DISPLAY_KHR

      public static final int VK_ERROR_INCOMPATIBLE_DISPLAY_KHR
      See Also:
  • Method Details

    • nvkCreateSharedSwapchainsKHR

      public static int nvkCreateSharedSwapchainsKHR(VkDevice device, int swapchainCount, long pCreateInfos, long pAllocator, long pSwapchains)
      VkResult vkCreateSharedSwapchainsKHR(VkDevice device, uint32_t swapchainCount, VkSwapchainCreateInfoKHR const * pCreateInfos, VkAllocationCallbacks const * pAllocator, VkSwapchainKHR * pSwapchains)
    • vkCreateSharedSwapchainsKHR

      public static int vkCreateSharedSwapchainsKHR(VkDevice device, VkSwapchainCreateInfoKHR.Buffer pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, LongBuffer pSwapchains)
      VkResult vkCreateSharedSwapchainsKHR(VkDevice device, uint32_t swapchainCount, VkSwapchainCreateInfoKHR const * pCreateInfos, VkAllocationCallbacks const * pAllocator, VkSwapchainKHR * pSwapchains)
    • vkCreateSharedSwapchainsKHR

      public static int vkCreateSharedSwapchainsKHR(VkDevice device, VkSwapchainCreateInfoKHR.Buffer pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, long[] pSwapchains)
      VkResult vkCreateSharedSwapchainsKHR(VkDevice device, uint32_t swapchainCount, VkSwapchainCreateInfoKHR const * pCreateInfos, VkAllocationCallbacks const * pAllocator, VkSwapchainKHR * pSwapchains)