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