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