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.Ptr
WGPUBlendComponent.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUBlendComponent> consumer) @NotNull WGPUBlendComponent.Ptr
WGPUBlendComponent.Ptr.offset
(long offset) @NotNull WGPUBlendComponent.Ptr
WGPUBlendComponent.Ptr.reinterpret
(long newSize) Assume theWGPUBlendComponent.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUBlendComponent.Ptr
that uses the same backing storage as thisWGPUBlendComponent.Ptr
, but with the new size.WGPUBlendComponent.Ptr.slice
(long end) @NotNull WGPUBlendComponent.Ptr
WGPUBlendComponent.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).