Table of Contents

Class WebGLUniformLocation

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The WebGLUniformLocation interface is part of the WebGL API and represents the location of a uniform variable in a shader program.

[Value("WebGLUniformLocation")]
public class WebGLUniformLocation
Inheritance
WebGLUniformLocation
Inherited Members

Remarks

-WebGLRenderingContext.GetUniformLocation

See also on MDN

Constructors

WebGLUniformLocation()

public WebGLUniformLocation()