Uses of Record Class
club.doki7.webgpu.datatype.WGPUChainedStructOut
Packages that use WGPUChainedStructOut
-
Uses of WGPUChainedStructOut in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUChainedStructOutModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUChainedStructOutModifier and TypeMethodDescriptionstatic WGPUChainedStructOut
@NotNull WGPUChainedStructOut
WGPUChainedStructOut.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.@NotNull WGPUChainedStructOut
WGPUNativeLimits.chain()
static WGPUChainedStructOut
WGPUChainedStructOut.clone
(Arena arena, WGPUChainedStructOut src) @Nullable WGPUChainedStructOut
WGPUChainedStructOut.next()
WGPUChainedStructOut.next
(@Nullable IWGPUChainedStructOut value) WGPUChainedStructOut.sType
(int value) WGPUChainedStructOut.Ptr.toArray()
Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUChainedStructOutModifier and TypeMethodDescription@NotNull Iterator
<WGPUChainedStructOut> WGPUChainedStructOut.Ptr.iterator()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUChainedStructOutModifier and TypeMethodDescriptionWGPUNativeLimits.chain
(@NotNull WGPUChainedStructOut value) static WGPUChainedStructOut
WGPUChainedStructOut.clone
(Arena arena, WGPUChainedStructOut src) void
WGPUChainedStructOut.Ptr.write
(long index, @NotNull WGPUChainedStructOut value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUChainedStructOutModifier and TypeMethodDescriptionWGPUChainedStructOut.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUChainedStructOut> consumer) WGPUNativeLimits.chain
(Consumer<@NotNull WGPUChainedStructOut> consumer)