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