WGPUContext

class WGPUContext(val surface: Surface, val adapter: Adapter, val device: Device, val renderingContext: RenderingContext) : AutoCloseable

Constructors

Link copied to clipboard
constructor(surface: Surface, adapter: Adapter, device: Device, renderingContext: RenderingContext)

Properties

Link copied to clipboard
val adapter: Adapter
Link copied to clipboard
val device: Device
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun close()