Class WebGLRenderingContext
Implements
System.IDisposable
Inherited Members
WebGLRenderingContextBase.CopyTexSubImage2D(UInt32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.Engine.Imp.Graphics.Blazor
Assembly: Fusee.Engine.Imp.Graphics.Blazor.dll
Syntax
public class WebGLRenderingContext : WebGLRenderingContextBase, IDisposable
Constructors
WebGLRenderingContext(IJSObjectReference, IJSRuntime)
Declaration
public WebGLRenderingContext(IJSObjectReference canvas, IJSRuntime runtime)
Parameters
Type | Name | Description |
---|---|---|
IJSObjectReference | canvas | |
IJSRuntime | runtime |
WebGLRenderingContext(IJSObjectReference, IJSRuntime, WebGLContextAttributes)
Declaration
public WebGLRenderingContext(IJSObjectReference canvas, IJSRuntime runtime, WebGLContextAttributes contextAttributes)
Parameters
Type | Name | Description |
---|---|---|
IJSObjectReference | canvas | |
IJSRuntime | runtime | |
WebGLContextAttributes | contextAttributes |
Implements
System.IDisposable