Uses of Record Class
club.doki7.opencl.handle.CLSemaphoreKhr.Ptr
Packages that use CLSemaphoreKhr.Ptr
-
Uses of CLSemaphoreKhr.Ptr in club.doki7.opencl
Methods in club.doki7.opencl with parameters of type CLSemaphoreKhr.PtrModifier and TypeMethodDescriptionintCL.enqueueSignalSemaphoresKHR(@Nullable CLCommandQueue command_queue, int num_sema_objects, CLSemaphoreKhr.Ptr sema_objects, @Nullable club.doki7.ffm.ptr.LongPtr sema_payload_list, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueWaitSemaphoresKHR(@Nullable CLCommandQueue command_queue, int num_sema_objects, CLSemaphoreKhr.Ptr sema_objects, @Nullable club.doki7.ffm.ptr.LongPtr sema_payload_list, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) -
Uses of CLSemaphoreKhr.Ptr in club.doki7.opencl.handle
Methods in club.doki7.opencl.handle that return CLSemaphoreKhr.PtrModifier and TypeMethodDescriptionstatic CLSemaphoreKhr.Ptrstatic CLSemaphoreKhr.Ptrstatic CLSemaphoreKhr.PtrCLSemaphoreKhr.Ptr.allocate(Arena arena, @Nullable CLSemaphoreKhr @NotNull [] values) static CLSemaphoreKhr.PtrCLSemaphoreKhr.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable CLSemaphoreKhr> values) static CLSemaphoreKhr.PtrCLSemaphoreKhr.Ptr.allocateV(Arena arena, @Nullable CLSemaphoreKhr value0, @Nullable CLSemaphoreKhr... values) CLSemaphoreKhr.Ptr.offset(long offset) CLSemaphoreKhr.Ptr.reinterpret(long newSize) CLSemaphoreKhr.Ptr.slice(long end) CLSemaphoreKhr.Ptr.slice(long start, long end)