WGPUContext
class WGPUContext(val surface: Surface, val adapter: GPUAdapter, val device: GPUDevice, val renderingContext: RenderingContext) : AutoCloseable
Constructors
Link copied to clipboard
constructor(surface: Surface, adapter: GPUAdapter, device: GPUDevice, renderingContext: RenderingContext)