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.Ptr
static CLCommandBufferKhr.Ptr
static CLCommandBufferKhr.Ptr
CLCommandBufferKhr.Ptr.allocate
(Arena arena, @Nullable CLCommandBufferKhr @NotNull [] values) static CLCommandBufferKhr.Ptr
CLCommandBufferKhr.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable CLCommandBufferKhr> values) static CLCommandBufferKhr.Ptr
CLCommandBufferKhr.Ptr.allocateV
(Arena arena, @Nullable CLCommandBufferKhr value0, @Nullable CLCommandBufferKhr... values) CLCommandBufferKhr.Ptr.offset
(long offset) CLCommandBufferKhr.Ptr.reinterpret
(long newSize) Assume theCLCommandBufferKhr.Ptr
is capable of holding at leastnewSize
handles, create a new viewCLCommandBufferKhr.Ptr
that 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).