Class WebGL2RenderingContext
Inheritance
System.Object
WebGL2RenderingContext
Implements
System.IDisposable
Inherited Members
WebGL2RenderingContextBase.UniformMatrix3x2fv(WebGLUniformLocation, Boolean, Object, UInt32, UInt32)
WebGL2RenderingContextBase.UniformMatrix4x2fv(WebGLUniformLocation, Boolean, Object, UInt32, UInt32)
WebGL2RenderingContextBase.UniformMatrix2x3fv(WebGLUniformLocation, Boolean, Object, UInt32, UInt32)
WebGL2RenderingContextBase.UniformMatrix4x3fv(WebGLUniformLocation, Boolean, Object, UInt32, UInt32)
WebGL2RenderingContextBase.UniformMatrix2x4fv(WebGLUniformLocation, Boolean, Object, UInt32, UInt32)
WebGL2RenderingContextBase.UniformMatrix3x4fv(WebGLUniformLocation, Boolean, Object, UInt32, UInt32)
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 WebGL2RenderingContext : WebGL2RenderingContextBase, IDisposable
Constructors
WebGL2RenderingContext(IJSObjectReference, IJSObjectReference, IJSRuntime)
Declaration
public WebGL2RenderingContext(IJSObjectReference context, IJSObjectReference canvas, IJSRuntime runtime)
Parameters
Type | Name | Description |
---|---|---|
IJSObjectReference | context | |
IJSObjectReference | canvas | |
IJSRuntime | runtime |
WebGL2RenderingContext(IJSObjectReference, IJSRuntime)
Declaration
public WebGL2RenderingContext(IJSObjectReference canvas, IJSRuntime runtime)
Parameters
Type | Name | Description |
---|---|---|
IJSObjectReference | canvas | |
IJSRuntime | runtime |
WebGL2RenderingContext(IJSObjectReference, IJSRuntime, WebGLContextAttributes)
Declaration
public WebGL2RenderingContext(IJSObjectReference canvas, IJSRuntime runtime, WebGLContextAttributes contextAttributes)
Parameters
Type | Name | Description |
---|---|---|
IJSObjectReference | canvas | |
IJSRuntime | runtime | |
WebGLContextAttributes | contextAttributes |
Implements
System.IDisposable