Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-web
/
web.gpu
/
GPUShaderModule
GPUShader
Module
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
>