Class WebGLTexture
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The WebGLTexture interface is part of the WebGL API and represents an opaque texture object providing storage and state for texturing operations.
[Value("WebGLTexture")]
public class WebGLTexture : WebGLObject
- Inheritance
-
WebGLTexture
- Inherited Members
Remarks
-WebGLRenderingContext.BindTexture
-WebGLRenderingContext.CreateTexture
-WebGLRenderingContext.DeleteTexture
-WebGLRenderingContext.IsTexture
-WebGLRenderingContext.CompressedTexImage2D
-WebGLRenderingContext.CompressedTexSubImage2D
-WebGLRenderingContext.CopyTexImage2D
-WebGLRenderingContext.CopyTexSubImage2D
-WebGLRenderingContext.GenerateMipmap
-WebGLRenderingContext.GetTexParameter
-WebGLRenderingContext.TexImage2D
-WebGLRenderingContext.TexSubImage2D
-WebGLRenderingContexttexParameter
-WebGLRenderingContexttexParameter
Constructors
WebGLTexture()
public WebGLTexture()