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 recordRepresents 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 WGPUSurfaceDescriptorWGPUSurfaceDescriptor.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static WGPUSurfaceDescriptorWGPUSurfaceDescriptor.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 WGPUSurfaceDescriptorWGPUSurfaceDescriptor.clone(Arena arena, WGPUSurfaceDescriptor src) voidWGPUSurfaceDescriptor.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)