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