Table of Contents

Enum WebGLPowerPreference

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

Fields

[Value("\"default\"")] Default = 0
[Value("\"low-power\"")] LowPower = 1
[Value("\"high-performance\"")] HighPerformance = 2