Uses of Record Class
club.doki7.opencl.datatype.CLQueueFamilyPropertiesIntel.Ptr
Packages that use CLQueueFamilyPropertiesIntel.Ptr
-
Uses of CLQueueFamilyPropertiesIntel.Ptr in club.doki7.opencl.datatype
Methods in club.doki7.opencl.datatype that return CLQueueFamilyPropertiesIntel.PtrModifier and TypeMethodDescriptionCLQueueFamilyPropertiesIntel.Ptr.at
(long index, @NotNull Consumer<@NotNull CLQueueFamilyPropertiesIntel> consumer) @NotNull CLQueueFamilyPropertiesIntel.Ptr
CLQueueFamilyPropertiesIntel.Ptr.offset
(long offset) @NotNull CLQueueFamilyPropertiesIntel.Ptr
CLQueueFamilyPropertiesIntel.Ptr.reinterpret
(long newSize) Assume theCLQueueFamilyPropertiesIntel.Ptr
is capable of holding at leastnewSize
structures, create a new viewCLQueueFamilyPropertiesIntel.Ptr
that uses the same backing storage as thisCLQueueFamilyPropertiesIntel.Ptr
, but with the new size.CLQueueFamilyPropertiesIntel.Ptr.slice
(long end) @NotNull CLQueueFamilyPropertiesIntel.Ptr
CLQueueFamilyPropertiesIntel.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).