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