spock
Toggle table of contents
0.0.1-alpha.1
Select version
0.0.1-alpha.3
0.0.1-alpha.2
0.0.1-alpha.1
glfw
jvm
native
Platform filter
glfw
jvm
native
Switch theme
Search in API
spock
core
/
quest.laxla.spock
/
Wgpu
Wgpu
glfw
jvm
native
expect
class
Wgpu
:
AutoCloseable
(
source
)
actual
typealias
Wgpu
=
WGPU
(
source
)
actual
typealias
Wgpu
=
ERROR CLASS: Symbol not found for WGPU
Members
Members & Extensions
Functions
close
Link copied to clipboard
glfw
expect
open
override
fun
close
(
)
create
Surface
Link copied to clipboard
glfw
suspend
fun
Wgpu
.
createSurface
(
window
:
Window
)
:
Surface
fun
Wgpu
.
createSurface
(
window
:
Window
,
width
:
UInt
,
height
:
UInt
)
:
Surface
create
Surface
Or
Null
Link copied to clipboard
glfw
jvm
suspend
fun
Wgpu
.
createSurfaceOrNull
(
window
:
Window
)
:
Surface
?
expect
fun
Wgpu
.
createSurfaceOrNull
(
window
:
Window
,
width
:
UInt
,
height
:
UInt
)
:
Surface
?
actual
fun
Wgpu
.
createSurfaceOrNull
(
window
:
Window
,
width
:
UInt
,
height
:
UInt
)
:
Surface
?
request
Adapter
Link copied to clipboard
glfw
fun
Wgpu
.
requestAdapter
(
surface
:
Surface
)
:
Adapter
request
Adapter
Or
Null
Link copied to clipboard
glfw
jvm
expect
fun
Wgpu
.
requestAdapterOrNull
(
surface
:
Surface
)
:
Adapter
?
actual
fun
Wgpu
.
requestAdapterOrNull
(
surface
:
Surface
)
:
Adapter
?