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