WGPUCompilationMessage

value class WGPUCompilationMessage(val $mem: MemorySegment)

TODO

Constructors

Link copied to clipboard
constructor(gc: Boolean)
constructor($mem: MemorySegment)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val $mem: MemorySegment
Link copied to clipboard
var length: <Error class: unknown class>

Length in UTF-8 code units (bytes) of the span the message corresponds to.

Link copied to clipboard
var lineNum: <Error class: unknown class>

Line number where the message is attached, starting at 1.

Link copied to clipboard
var linePos: <Error class: unknown class>

Offset in UTF-8 code units (bytes) from the beginning of the line, starting at 1.

Link copied to clipboard
Link copied to clipboard
var offset: <Error class: unknown class>

Offset in UTF-8 code units (bytes) from the beginning of the shader code, starting at 0.

Link copied to clipboard

Severity level of the message.