Uses of Record Class
club.doki7.webgpu.datatype.WGPUSurfaceConfiguration
Packages that use WGPUSurfaceConfiguration
-
Uses of WGPUSurfaceConfiguration in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUSurfaceConfigurationModifier 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 WGPUSurfaceConfigurationModifier and TypeMethodDescriptionstatic WGPUSurfaceConfiguration
WGPUSurfaceConfiguration.alphaMode
(int value) @NotNull WGPUSurfaceConfiguration
WGPUSurfaceConfiguration.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static WGPUSurfaceConfiguration
WGPUSurfaceConfiguration.clone
(Arena arena, WGPUSurfaceConfiguration src) WGPUSurfaceConfiguration.device
(@Nullable WGPUDevice value) WGPUSurfaceConfiguration.format
(int value) WGPUSurfaceConfiguration.height
(int value) WGPUSurfaceConfiguration.nextInChain
(@Nullable IWGPUChainedStruct value) WGPUSurfaceConfiguration.presentMode
(int value) WGPUSurfaceConfiguration.Ptr.toArray()
WGPUSurfaceConfiguration.usage
(long value) WGPUSurfaceConfiguration.viewFormatCount
(long value) WGPUSurfaceConfiguration.viewFormats
(@Nullable IntPtr value) WGPUSurfaceConfiguration.width
(int value) Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUSurfaceConfigurationModifier and TypeMethodDescription@NotNull Iterator
<WGPUSurfaceConfiguration> WGPUSurfaceConfiguration.Ptr.iterator()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUSurfaceConfigurationModifier and TypeMethodDescriptionstatic WGPUSurfaceConfiguration
WGPUSurfaceConfiguration.clone
(Arena arena, WGPUSurfaceConfiguration src) void
WGPUSurfaceConfiguration.Ptr.write
(long index, @NotNull WGPUSurfaceConfiguration value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUSurfaceConfigurationModifier and TypeMethodDescriptionWGPUSurfaceConfiguration.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUSurfaceConfiguration> consumer)