Uses of Record Class
club.doki7.webgpu.datatype.WGPURenderPassMaxDrawCount.Ptr
Packages that use WGPURenderPassMaxDrawCount.Ptr
-
Uses of WGPURenderPassMaxDrawCount.Ptr in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPURenderPassMaxDrawCount.PtrModifier and TypeMethodDescriptionWGPURenderPassMaxDrawCount.Ptr.at(long index, @NotNull Consumer<@NotNull WGPURenderPassMaxDrawCount> consumer) @NotNull WGPURenderPassMaxDrawCount.PtrWGPURenderPassMaxDrawCount.Ptr.offset(long offset) @NotNull WGPURenderPassMaxDrawCount.PtrWGPURenderPassMaxDrawCount.Ptr.reinterpret(long newSize) Assume theWGPURenderPassMaxDrawCount.Ptris capable of holding at leastnewSizestructures, create a new viewWGPURenderPassMaxDrawCount.Ptrthat uses the same backing storage as thisWGPURenderPassMaxDrawCount.Ptr, but with the new size.WGPURenderPassMaxDrawCount.Ptr.slice(long end) @NotNull WGPURenderPassMaxDrawCount.PtrWGPURenderPassMaxDrawCount.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).