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.PtrWGPUBlendState.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUBlendState> consumer) WGPUColorTargetState.blend(int assumedCount) @NotNull WGPUBlendState.PtrWGPUBlendState.Ptr.offset(long offset) @NotNull WGPUBlendState.PtrWGPUBlendState.Ptr.reinterpret(long newSize) Assume theWGPUBlendState.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUBlendState.Ptrthat uses the same backing storage as thisWGPUBlendState.Ptr, but with the new size.WGPUBlendState.Ptr.slice(long end) @NotNull WGPUBlendState.PtrWGPUBlendState.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).