PropsWebGL2RenderingContextOverloads extension
Methods
-
bufferData(
int target, dynamic srcData, [int? usage, int? srcOffset, int? length = 0]) → void -
Available on WebGL2RenderingContextOverloads, provided by the PropsWebGL2RenderingContextOverloads extension
-
bufferSubData(
int target, int dstByteOffset, [dynamic srcData, int? srcOffset, int? length = 0]) → void -
Available on WebGL2RenderingContextOverloads, provided by the PropsWebGL2RenderingContextOverloads extension
-
compressedTexImage2D(
int target, int level, int internalformat, int width, int height, int border, dynamic srcData, [int? srcOffset = 0, int? srcLengthOverride = 0]) → void -
Available on WebGL2RenderingContextOverloads, provided by the PropsWebGL2RenderingContextOverloads extension
-
compressedTexSubImage2D(
int target, int level, int xoffset, int yoffset, int width, int height, int format, dynamic srcData, [int? srcOffset = 0, int? srcLengthOverride = 0]) → void -
Available on WebGL2RenderingContextOverloads, provided by the PropsWebGL2RenderingContextOverloads extension
-
readPixels(
int x, int y, int width, int height, int format, int type, [dynamic dstData, int? dstOffset]) → void -
Available on WebGL2RenderingContextOverloads, provided by the PropsWebGL2RenderingContextOverloads extension
-
texImage2D(
int target, int level, int internalformat, int width, int height, [int? border, int? format, int? type, dynamic srcData, int? srcOffset]) → void -
Available on WebGL2RenderingContextOverloads, provided by the PropsWebGL2RenderingContextOverloads extension
-
texSubImage2D(
int target, int level, int xoffset, int yoffset, int width, int height, [int? format, int? type, dynamic srcData, int? srcOffset]) → void -
Available on WebGL2RenderingContextOverloads, provided by the PropsWebGL2RenderingContextOverloads extension
-
uniform1fv(
WebGLUniformLocation? location, dynamic data, [int? srcOffset = 0, int? srcLength = 0]) → void -
Available on WebGL2RenderingContextOverloads, provided by the PropsWebGL2RenderingContextOverloads extension
-
uniform1iv(
WebGLUniformLocation? location, dynamic data, [int? srcOffset = 0, int? srcLength = 0]) → void -
Available on WebGL2RenderingContextOverloads, provided by the PropsWebGL2RenderingContextOverloads extension
-
uniform2fv(
WebGLUniformLocation? location, dynamic data, [int? srcOffset = 0, int? srcLength = 0]) → void -
Available on WebGL2RenderingContextOverloads, provided by the PropsWebGL2RenderingContextOverloads extension
-
uniform2iv(
WebGLUniformLocation? location, dynamic data, [int? srcOffset = 0, int? srcLength = 0]) → void -
Available on WebGL2RenderingContextOverloads, provided by the PropsWebGL2RenderingContextOverloads extension
-
uniform3fv(
WebGLUniformLocation? location, dynamic data, [int? srcOffset = 0, int? srcLength = 0]) → void -
Available on WebGL2RenderingContextOverloads, provided by the PropsWebGL2RenderingContextOverloads extension
-
uniform3iv(
WebGLUniformLocation? location, dynamic data, [int? srcOffset = 0, int? srcLength = 0]) → void -
Available on WebGL2RenderingContextOverloads, provided by the PropsWebGL2RenderingContextOverloads extension
-
uniform4fv(
WebGLUniformLocation? location, dynamic data, [int? srcOffset = 0, int? srcLength = 0]) → void -
Available on WebGL2RenderingContextOverloads, provided by the PropsWebGL2RenderingContextOverloads extension
-
uniform4iv(
WebGLUniformLocation? location, dynamic data, [int? srcOffset = 0, int? srcLength = 0]) → void -
Available on WebGL2RenderingContextOverloads, provided by the PropsWebGL2RenderingContextOverloads extension
-
uniformMatrix2fv(
WebGLUniformLocation? location, bool transpose, dynamic data, [int? srcOffset = 0, int? srcLength = 0]) → void -
Available on WebGL2RenderingContextOverloads, provided by the PropsWebGL2RenderingContextOverloads extension
-
uniformMatrix3fv(
WebGLUniformLocation? location, bool transpose, dynamic data, [int? srcOffset = 0, int? srcLength = 0]) → void -
Available on WebGL2RenderingContextOverloads, provided by the PropsWebGL2RenderingContextOverloads extension
-
uniformMatrix4fv(
WebGLUniformLocation? location, bool transpose, dynamic data, [int? srcOffset = 0, int? srcLength = 0]) → void -
Available on WebGL2RenderingContextOverloads, provided by the PropsWebGL2RenderingContextOverloads extension