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 recordRepresents 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 WGPUNativeLimitsWGPUNativeLimits.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 WGPUNativeLimitsWGPUNativeLimits.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 WGPUNativeLimitsWGPUNativeLimits.clone(Arena arena, WGPUNativeLimits src) voidWGPUNativeLimits.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)