toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-web
/
web.gpu
/
GPUShaderModule
GPUShader
Module
external
class
GPUShaderModule
:
GPUObjectBase
(
source
)
Available only in secure contexts.
MDN Reference
Members
Properties
label
Link copied to clipboard
open
var
label
:
String
MDN Reference
Functions
get
Compilation
Info
Link copied to clipboard
suspend
fun
getCompilationInfo
(
)
:
GPUCompilationInfo
MDN Reference
get
Compilation
Info
Async
Link copied to clipboard
fun
getCompilationInfoAsync
(
)
:
Promise
<
GPUCompilationInfo
>