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