wgpu4k
Toggle table of contents
0.0.2
commonNative
Platform filter
commonNative
Switch theme
Search in API
wgpu4k
wgpu4k
/
io.ygdrasil.webgpu
/
NativeSurface
Native
Surface
commonNative
class
NativeSurface
(
handler
:
WGPUSurface
)
:
AutoCloseable
Members
Constructors
Native
Surface
Link copied to clipboard
commonNative
constructor
(
handler
:
WGPUSurface
)
Properties
supported
Alpha
Mode
Link copied to clipboard
commonNative
val
supportedAlphaMode
:
Set
<
CompositeAlphaMode
>
supported
Formats
Link copied to clipboard
commonNative
val
supportedFormats
:
Set
<
TextureFormat
>
Functions
close
Link copied to clipboard
commonNative
open
override
fun
close
(
)
compute
Surface
Capabilities
Link copied to clipboard
commonNative
fun
computeSurfaceCapabilities
(
adapter
:
Adapter
)
configure
Link copied to clipboard
commonNative
fun
configure
(
surfaceConfiguration
:
SurfaceConfiguration
,
width
:
UInt
,
height
:
UInt
)
get
Current
Texture
Link copied to clipboard
commonNative
fun
getCurrentTexture
(
)
:
SurfaceTexture
present
Link copied to clipboard
commonNative
fun
present
(
)