Uses of Record Class
club.doki7.opencl.handle.CLPlatformId.Ptr
Packages that use CLPlatformId.Ptr
-
Uses of CLPlatformId.Ptr in club.doki7.opencl
Methods in club.doki7.opencl with parameters of type CLPlatformId.PtrModifier and TypeMethodDescriptionintCL.getPlatformIDs(int num_entries, CLPlatformId.Ptr platforms, @Nullable club.doki7.ffm.ptr.IntPtr num_platforms) intCL.icdGetPlatformIDsKHR(int num_entries, CLPlatformId.Ptr platforms, @Nullable club.doki7.ffm.ptr.IntPtr num_platforms) -
Uses of CLPlatformId.Ptr in club.doki7.opencl.handle
Methods in club.doki7.opencl.handle that return CLPlatformId.PtrModifier and TypeMethodDescriptionstatic CLPlatformId.Ptrstatic CLPlatformId.Ptrstatic CLPlatformId.PtrCLPlatformId.Ptr.allocate(Arena arena, @Nullable CLPlatformId @NotNull [] values) static CLPlatformId.PtrCLPlatformId.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable CLPlatformId> values) static CLPlatformId.PtrCLPlatformId.Ptr.allocateV(Arena arena, @Nullable CLPlatformId value0, @Nullable CLPlatformId... values) CLPlatformId.Ptr.offset(long offset) CLPlatformId.Ptr.reinterpret(long newSize) CLPlatformId.Ptr.slice(long end) CLPlatformId.Ptr.slice(long start, long end)