Package org.lwjgl.vulkan
Class KHRDisplaySwapchain
java.lang.Object
org.lwjgl.vulkan.KHRDisplaySwapchain
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final String
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
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)
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)
-
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
- 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