Uses of Record Class
club.doki7.opencl.handle.CLCommandBufferKhr.Ptr
Packages that use CLCommandBufferKhr.Ptr
-
Uses of CLCommandBufferKhr.Ptr in club.doki7.opencl.handle
Methods in club.doki7.opencl.handle that return CLCommandBufferKhr.PtrModifier and TypeMethodDescriptionstatic CLCommandBufferKhr.Ptrstatic CLCommandBufferKhr.Ptrstatic CLCommandBufferKhr.PtrCLCommandBufferKhr.Ptr.allocate(Arena arena, @Nullable CLCommandBufferKhr @NotNull [] values) static CLCommandBufferKhr.PtrCLCommandBufferKhr.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable CLCommandBufferKhr> values) static CLCommandBufferKhr.PtrCLCommandBufferKhr.Ptr.allocateV(Arena arena, @Nullable CLCommandBufferKhr value0, @Nullable CLCommandBufferKhr... values) CLCommandBufferKhr.Ptr.offset(long offset) CLCommandBufferKhr.Ptr.reinterpret(long newSize) Assume theCLCommandBufferKhr.Ptris capable of holding at leastnewSizehandles, create a new viewCLCommandBufferKhr.Ptrthat uses the same backing storage as thisCLCommandBufferKhr.Ptr, but with the new size.CLCommandBufferKhr.Ptr.slice(long end) CLCommandBufferKhr.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).