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