Uses of Record Class
club.doki7.webgpu.datatype.WGPUBlendState.Ptr
Packages that use WGPUBlendState.Ptr
-
Uses of WGPUBlendState.Ptr in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUBlendState.PtrModifier and TypeMethodDescriptionstatic WGPUBlendState.Ptr
WGPUBlendState.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUBlendState> consumer) WGPUColorTargetState.blend
(int assumedCount) @NotNull WGPUBlendState.Ptr
WGPUBlendState.Ptr.offset
(long offset) @NotNull WGPUBlendState.Ptr
WGPUBlendState.Ptr.reinterpret
(long newSize) Assume theWGPUBlendState.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUBlendState.Ptr
that uses the same backing storage as thisWGPUBlendState.Ptr
, but with the new size.WGPUBlendState.Ptr.slice
(long end) @NotNull WGPUBlendState.Ptr
WGPUBlendState.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).