Package org.lwjgl.vulkan
Class KHRExternalSemaphoreFd
java.lang.Object
org.lwjgl.vulkan.KHRExternalSemaphoreFd
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
nvkGetSemaphoreFdKHR
(VkDevice device, long pGetFdInfo, long pFd) VkResult vkGetSemaphoreFdKHR(VkDevice device, VkSemaphoreGetFdInfoKHR const * pGetFdInfo, int * pFd)
static int
nvkImportSemaphoreFdKHR
(VkDevice device, long pImportSemaphoreFdInfo) VkResult vkImportSemaphoreFdKHR(VkDevice device, VkImportSemaphoreFdInfoKHR const * pImportSemaphoreFdInfo)
static int
vkGetSemaphoreFdKHR
(VkDevice device, VkSemaphoreGetFdInfoKHR pGetFdInfo, int[] pFd) VkResult vkGetSemaphoreFdKHR(VkDevice device, VkSemaphoreGetFdInfoKHR const * pGetFdInfo, int * pFd)
static int
vkGetSemaphoreFdKHR
(VkDevice device, VkSemaphoreGetFdInfoKHR pGetFdInfo, IntBuffer pFd) VkResult vkGetSemaphoreFdKHR(VkDevice device, VkSemaphoreGetFdInfoKHR const * pGetFdInfo, int * pFd)
static int
vkImportSemaphoreFdKHR
(VkDevice device, VkImportSemaphoreFdInfoKHR pImportSemaphoreFdInfo) VkResult vkImportSemaphoreFdKHR(VkDevice device, VkImportSemaphoreFdInfoKHR const * pImportSemaphoreFdInfo)
-
Field Details
-
VK_KHR_EXTERNAL_SEMAPHORE_FD_SPEC_VERSION
public static final int VK_KHR_EXTERNAL_SEMAPHORE_FD_SPEC_VERSION- See Also:
-
VK_KHR_EXTERNAL_SEMAPHORE_FD_EXTENSION_NAME
- See Also:
-
VK_STRUCTURE_TYPE_IMPORT_SEMAPHORE_FD_INFO_KHR
public static final int VK_STRUCTURE_TYPE_IMPORT_SEMAPHORE_FD_INFO_KHR- See Also:
-
VK_STRUCTURE_TYPE_SEMAPHORE_GET_FD_INFO_KHR
public static final int VK_STRUCTURE_TYPE_SEMAPHORE_GET_FD_INFO_KHR- See Also:
-
-
Method Details
-
nvkImportSemaphoreFdKHR
VkResult vkImportSemaphoreFdKHR(VkDevice device, VkImportSemaphoreFdInfoKHR const * pImportSemaphoreFdInfo)
-
vkImportSemaphoreFdKHR
public static int vkImportSemaphoreFdKHR(VkDevice device, VkImportSemaphoreFdInfoKHR pImportSemaphoreFdInfo) VkResult vkImportSemaphoreFdKHR(VkDevice device, VkImportSemaphoreFdInfoKHR const * pImportSemaphoreFdInfo)
-
nvkGetSemaphoreFdKHR
VkResult vkGetSemaphoreFdKHR(VkDevice device, VkSemaphoreGetFdInfoKHR const * pGetFdInfo, int * pFd)
-
vkGetSemaphoreFdKHR
public static int vkGetSemaphoreFdKHR(VkDevice device, VkSemaphoreGetFdInfoKHR pGetFdInfo, IntBuffer pFd) VkResult vkGetSemaphoreFdKHR(VkDevice device, VkSemaphoreGetFdInfoKHR const * pGetFdInfo, int * pFd)
-
vkGetSemaphoreFdKHR
public static int vkGetSemaphoreFdKHR(VkDevice device, VkSemaphoreGetFdInfoKHR pGetFdInfo, int[] pFd) VkResult vkGetSemaphoreFdKHR(VkDevice device, VkSemaphoreGetFdInfoKHR const * pGetFdInfo, int * pFd)
-