Uses of Record Class
club.doki7.webgpu.datatype.WGPUNativeLimits
Packages that use WGPUNativeLimits
-
Uses of WGPUNativeLimits in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUNativeLimitsModifier 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 WGPUNativeLimitsModifier and TypeMethodDescriptionstatic WGPUNativeLimits
@NotNull WGPUNativeLimits
WGPUNativeLimits.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.WGPUNativeLimits.chain
(@NotNull WGPUChainedStructOut value) WGPUNativeLimits.chain
(Consumer<@NotNull WGPUChainedStructOut> consumer) static WGPUNativeLimits
WGPUNativeLimits.clone
(Arena arena, WGPUNativeLimits src) WGPUNativeLimits.maxNonSamplerBindings
(int value) WGPUNativeLimits.maxPushConstantSize
(int value) WGPUNativeLimits.Ptr.toArray()
Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUNativeLimitsModifier and TypeMethodDescription@NotNull Iterator
<WGPUNativeLimits> WGPUNativeLimits.Ptr.iterator()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUNativeLimitsModifier and TypeMethodDescriptionstatic WGPUNativeLimits
WGPUNativeLimits.clone
(Arena arena, WGPUNativeLimits src) void
WGPUNativeLimits.Ptr.write
(long index, @NotNull WGPUNativeLimits value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUNativeLimitsModifier and TypeMethodDescriptionWGPUNativeLimits.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUNativeLimits> consumer)