Class KHRExternalSemaphoreSyncFD

java.lang.Object
org.lwjgl.opencl.KHRExternalSemaphoreSyncFD

public class KHRExternalSemaphoreSyncFD extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    clReImportSemaphoreSyncFdKHR(long sema_object, long @Nullable [] reimport_props, int fd)
    cl_int clReImportSemaphoreSyncFdKHR(cl_semaphore_khr sema_object, cl_semaphore_reimport_properties_khr * reimport_props, int fd)
    static int
    clReImportSemaphoreSyncFdKHR(long sema_object, @Nullable LongBuffer reimport_props, int fd)
    cl_int clReImportSemaphoreSyncFdKHR(cl_semaphore_khr sema_object, cl_semaphore_reimport_properties_khr * reimport_props, int fd)
    static int
    nclReImportSemaphoreSyncFdKHR(long sema_object, long reimport_props, int fd)
    cl_int clReImportSemaphoreSyncFdKHR(cl_semaphore_khr sema_object, cl_semaphore_reimport_properties_khr * reimport_props, int fd)

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CL_SEMAPHORE_HANDLE_SYNC_FD_KHR

      public static final int CL_SEMAPHORE_HANDLE_SYNC_FD_KHR
      See Also:
  • Method Details

    • nclReImportSemaphoreSyncFdKHR

      public static int nclReImportSemaphoreSyncFdKHR(long sema_object, long reimport_props, int fd)
      cl_int clReImportSemaphoreSyncFdKHR(cl_semaphore_khr sema_object, cl_semaphore_reimport_properties_khr * reimport_props, int fd)
    • clReImportSemaphoreSyncFdKHR

      public static int clReImportSemaphoreSyncFdKHR(long sema_object, @Nullable LongBuffer reimport_props, int fd)
      cl_int clReImportSemaphoreSyncFdKHR(cl_semaphore_khr sema_object, cl_semaphore_reimport_properties_khr * reimport_props, int fd)
    • clReImportSemaphoreSyncFdKHR

      public static int clReImportSemaphoreSyncFdKHR(long sema_object, long @Nullable [] reimport_props, int fd)
      cl_int clReImportSemaphoreSyncFdKHR(cl_semaphore_khr sema_object, cl_semaphore_reimport_properties_khr * reimport_props, int fd)