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