Table of Contents

Enum GPUCompilationMessageType

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[To("NoneWithTrailingDotRemoved")]
public enum GPUCompilationMessageType

Fields

[Value("\"error\"")] Error = 0
[Value("\"warning\"")] Warning = 1
[Value("\"info\"")] Info = 2