@Generated(value="org.realityforge.webtack")
@ApiStatus.Experimental
@JsType(isNative=true,
namespace="<global>",
name="GPUCompilationMessage")
public class GPUCompilationMessage
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
GPUCompilationMessage() |
| Modifier and Type | Method and Description |
|---|---|
int |
length() |
int |
lineNum() |
int |
linePos() |
java.lang.String |
message() |
int |
offset() |
java.lang.String |
type() |
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, values@JsProperty(name="length") public int length()
@JsProperty(name="lineNum") public int lineNum()
@JsProperty(name="linePos") public int linePos()
@JsProperty(name="message") @Nonnull public java.lang.String message()
@JsProperty(name="offset") public int offset()
@JsProperty(name="type") @Nonnull @GPUCompilationMessageType public java.lang.String type()