wgpu4k-toolkit
Toggle table of contents
0.1.1
android
Platform filter
android
Switch theme
Search in API
wgpu4k-toolkit
wgpu4k-toolkit
/
io.ygdrasil.webgpu
/
AndroidContext
Android
Context
android
class
AndroidContext
(
val
surfaceHolder
:
SurfaceHolder
,
val
wgpuContext
:
WGPUContext
)
:
AutoCloseable
Members
Constructors
Android
Context
Link copied to clipboard
android
constructor
(
surfaceHolder
:
SurfaceHolder
,
wgpuContext
:
WGPUContext
)
Properties
surface
Holder
Link copied to clipboard
android
val
surfaceHolder
:
SurfaceHolder
wgpu
Context
Link copied to clipboard
android
val
wgpuContext
:
WGPUContext
Functions
close
Link copied to clipboard
android
open
override
fun
close
(
)