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 IntPtr num_platforms) intCL.icdGetPlatformIDsKHR(int num_entries, CLPlatformId.Ptr platforms, @Nullable 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) Assume theCLPlatformId.Ptris capable of holding at leastnewSizehandles, create a new viewCLPlatformId.Ptrthat uses the same backing storage as thisCLPlatformId.Ptr, but with the new size.CLPlatformId.Ptr.slice(long end) CLPlatformId.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).