WGPUSurface Texture
Queried each frame from a @ref WGPUSurface to get a @ref WGPUTexture to render to along with some metadata. See @ref Surface-Presenting for more details.
Types
By Reference
Link copied to clipboard
class ByReference(val handle: WGPUSurfaceTexture.ByReference = io.ygdrasil.wgpu.android.WGPUSurfaceTexture.ByReference(com.sun.jna.Pointer.NULL)) : WGPUSurfaceTexture
By Value
Link copied to clipboard
class ByValue(val handle: WGPUSurfaceTexture.ByValue = io.ygdrasil.wgpu.android.WGPUSurfaceTexture.ByValue(com.sun.jna.Pointer.NULL)) : WGPUSurfaceTexture
Properties
handler
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The @ref WGPUTexture representing the frame that will be shown on the surface. It is @ref ReturnedWithOwnership from @ref wgpuSurfaceGetCurrentTexture.