Table of Contents

Class WebGLSampler

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The WebGLSampler interface is part of the WebGL 2 API and stores sampling parameters for WebGLTexture access inside of a shader.

[Value("WebGLSampler")]
public class WebGLSampler : WebGLObject
Inheritance
WebGLSampler
Inherited Members

Remarks

When working with WebGLSampler objects, the following methods of the WebGL2RenderingContext are useful:

See also on MDN

Constructors

WebGLSampler()

public WebGLSampler()