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 recordRepresents 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 WGPUChainedStructOutWGPUChainedStructOut.Ptr.at(long index) Returns (a pointer to) the structure at the given index.@NotNull WGPUChainedStructOutWGPUNativeLimits.chain()static WGPUChainedStructOutWGPUChainedStructOut.clone(Arena arena, WGPUChainedStructOut src) @Nullable WGPUChainedStructOutWGPUChainedStructOut.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 WGPUChainedStructOutWGPUChainedStructOut.clone(Arena arena, WGPUChainedStructOut src) voidWGPUChainedStructOut.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)