Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-web
/
web.gpu
/
GPUDebugCommandsMixin
GPUDebug
Commands
Mixin
sealed
interface
GPUDebugCommandsMixin
(
source
)
Inheritors
GPUCommandEncoder
GPUComputePassEncoder
GPURenderBundleEncoder
GPURenderPassEncoder
Members
Functions
insert
Debug
Marker
Link copied to clipboard
open
fun
insertDebugMarker
(
markerLabel
:
String
)
MDN Reference
pop
Debug
Group
Link copied to clipboard
open
fun
popDebugGroup
(
)
MDN Reference
push
Debug
Group
Link copied to clipboard
open
fun
pushDebugGroup
(
groupLabel
:
String
)
MDN Reference