Table of Contents

Class WebGLSync

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The WebGLSync interface is part of the WebGL 2 API and is used to synchronize activities between the GPU and the application.

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

Remarks

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

-WebGLRenderingContext.Finish

See also on MDN

Constructors

WebGLSync()

public WebGLSync()