CompilationMessage
class CompilationMessage
A single message generated during shader compilation.
Summary
Public constructors |
|---|
Public properties |
|
|---|---|
Long |
The length in bytes of the affected source code span. |
Long |
|
Long |
|
String |
The content of the compilation message. |
Long |
The byte offset in the source code where the message originates. |
Int |
The type or severity of the message (error, warning, info). |
Public constructors
CompilationMessage
Added in 1.0.0-alpha01
CompilationMessage(
message: String,
type: Int,
lineNum: Long,
linePos: Long,
offset: Long,
length: Long
)
Public properties
length
Added in 1.0.0-alpha01
var length: Long
The length in bytes of the affected source code span.
offset
Added in 1.0.0-alpha01
var offset: Long
The byte offset in the source code where the message originates.
type
Added in 1.0.0-alpha01
var type: Int
The type or severity of the message (error, warning, info).