wgpu4k-toolkit
Toggle table of contents
0.0.1
common
Platform filter
common
Switch theme
Search in API
wgpu4k-toolkit
wgpu4k-toolkit
/
io.ygdrasil.webgpu
/
WGPUContext
WGPUContext
class
WGPUContext
(
val
surface
:
Surface
,
val
adapter
:
Adapter
,
val
device
:
Device
,
val
renderingContext
:
RenderingContext
)
:
AutoCloseable
Members
Constructors
WGPUContext
Link copied to clipboard
constructor
(
surface
:
Surface
,
adapter
:
Adapter
,
device
:
Device
,
renderingContext
:
RenderingContext
)
Properties
adapter
Link copied to clipboard
val
adapter
:
Adapter
device
Link copied to clipboard
val
device
:
Device
rendering
Context
Link copied to clipboard
val
renderingContext
:
RenderingContext
surface
Link copied to clipboard
val
surface
:
Surface
Functions
close
Link copied to clipboard
open
override
fun
close
(
)