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.PtrCLQueueFamilyPropertiesIntel.Ptr.offset(long offset) @NotNull CLQueueFamilyPropertiesIntel.PtrCLQueueFamilyPropertiesIntel.Ptr.reinterpret(long newSize) Assume theCLQueueFamilyPropertiesIntel.Ptris capable of holding at leastnewSizestructures, create a new viewCLQueueFamilyPropertiesIntel.Ptrthat uses the same backing storage as thisCLQueueFamilyPropertiesIntel.Ptr, but with the new size.CLQueueFamilyPropertiesIntel.Ptr.slice(long end) @NotNull CLQueueFamilyPropertiesIntel.PtrCLQueueFamilyPropertiesIntel.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).