C# Класс Silverlight.Html.WebGL.WebGLRenderingContext

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetId ( ScriptObject obj ) : int
GetObject ( int id ) : ScriptObject
GetObject ( uint id ) : ScriptObject
Invoke ( string name ) : object
WebGLRenderingContext ( ) : System
WebGLRenderingContext ( System.Windows.Browser.HtmlElement canvas ) : System
WebGLRenderingContext ( System.Windows.Browser.HtmlElement canvas, System.Windows.Browser.ScriptObject attrs ) : System
WebGLRenderingContext ( ScriptObject context ) : System
activeTexture ( UInt32 texture ) : void
attachShader ( System.Windows.Browser.ScriptObject program, System.Windows.Browser.ScriptObject shader ) : void
bindAttribLocation ( System.Windows.Browser.ScriptObject program, UInt32 index, System.String name ) : void
bindBuffer ( UInt32 target, System.Windows.Browser.ScriptObject buffer ) : void
bindTexture ( UInt32 target, System.Windows.Browser.ScriptObject texture ) : void
bufferData ( UInt32 target, ArrayBuffer data, UInt32 usage ) : void
bufferData ( UInt32 target, ArrayBufferView data, UInt32 usage ) : void
bufferData ( UInt32 target, System.Int64 size, UInt32 usage ) : void
clear ( UInt32 mask ) : void
clearColor ( System.Single red, System.Single green, System.Single blue, System.Single alpha ) : void
clearDepth ( System.Single depth ) : void
clearStencil ( Int32 s ) : void
colorMask ( System.Boolean red, System.Boolean green, System.Boolean blue, System.Boolean alpha ) : void
compileShader ( System.Windows.Browser.ScriptObject shader ) : void
createBuffer ( ) : System.Windows.Browser.ScriptObject
createFramebuffer ( ) : System.Windows.Browser.ScriptObject
createProgram ( ) : System.Windows.Browser.ScriptObject
createRenderbuffer ( ) : System.Windows.Browser.ScriptObject
createShader ( UInt32 type ) : System.Windows.Browser.ScriptObject
createTexture ( ) : System.Windows.Browser.ScriptObject
cullFace ( UInt32 mode ) : void
deleteBuffer ( System.Windows.Browser.ScriptObject buffer ) : void
deleteFramebuffer ( System.Windows.Browser.ScriptObject framebuffer ) : void
deleteProgram ( System.Windows.Browser.ScriptObject program ) : void
deleteRenderbuffer ( System.Windows.Browser.ScriptObject renderbuffer ) : void
deleteShader ( System.Windows.Browser.ScriptObject shader ) : void
deleteTexture ( System.Windows.Browser.ScriptObject texture ) : void
depthFunc ( UInt32 func ) : void
depthMask ( System.Boolean flag ) : void
depthRange ( System.Single zNear, System.Single zFar ) : void
detachShader ( System.Windows.Browser.ScriptObject program, System.Windows.Browser.ScriptObject shader ) : void
disable ( UInt32 cap ) : void
disableVertexAttribArray ( UInt32 index ) : void
drawArrays ( UInt32 mode, Int32 first, Int32 count ) : void
drawElements ( UInt32 mode, Int32 count, UInt32 type, System.Int64 offset ) : void
enable ( UInt32 cap ) : void
enableVertexAttribArray ( UInt32 index ) : void
finish ( ) : void
flush ( ) : void
framebufferRenderbuffer ( UInt32 target, UInt32 attachment, UInt32 renderbuffertarget, System.Windows.Browser.ScriptObject renderbuffer ) : void
frontFace ( UInt32 mode ) : void
generateMipmap ( UInt32 target ) : void
getAttribLocation ( System.Windows.Browser.ScriptObject program, System.String name ) : Int32
getContextAttributes ( ) : System.Windows.Browser.ScriptObject
getError ( ) : UInt32
getExtension ( System.String name ) : object
getProgramParameter ( System.Windows.Browser.ScriptObject program, UInt32 pname ) : object
getShaderInfoLog ( System.Windows.Browser.ScriptObject shader ) : System.String
getShaderParameter ( System.Windows.Browser.ScriptObject shader, UInt32 pname ) : object
getSupportedExtensions ( ) : DOMString[]
getUniformLocation ( System.Windows.Browser.ScriptObject program, System.String name ) : System.Windows.Browser.ScriptObject
hint ( UInt32 target, UInt32 mode ) : void
isBuffer ( System.Windows.Browser.ScriptObject buffer ) : System.Boolean
isContextLost ( ) : bool
isEnabled ( UInt32 cap ) : System.Boolean
isFramebuffer ( System.Windows.Browser.ScriptObject framebuffer ) : System.Boolean
isProgram ( System.Windows.Browser.ScriptObject program ) : System.Boolean
isRenderbuffer ( System.Windows.Browser.ScriptObject renderbuffer ) : System.Boolean
isShader ( System.Windows.Browser.ScriptObject shader ) : System.Boolean
isTexture ( System.Windows.Browser.ScriptObject texture ) : System.Boolean
lineWidth ( System.Single width ) : void
linkProgram ( System.Windows.Browser.ScriptObject program ) : void
pixelStorei ( UInt32 pname, Int32 param ) : void
polygonOffset ( System.Single factor, System.Single units ) : void
readPixels ( Int32 x, Int32 y, Int32 width, Int32 height, UInt32 format, UInt32 type, ArrayBufferView pixels ) : void
renderbufferStorage ( UInt32 target, UInt32 internalformat, Int32 width, Int32 height ) : void
sampleCoverage ( System.Single value, System.Boolean invert ) : void
scissor ( Int32 x, Int32 y, Int32 width, Int32 height ) : void
shaderSource ( System.Windows.Browser.ScriptObject shader, System.String source ) : void
stencilFunc ( UInt32 func, Int32 @ref, UInt32 mask ) : void
stencilFuncSeparate ( UInt32 face, UInt32 func, Int32 @ref, UInt32 mask ) : void
stencilMask ( UInt32 mask ) : void
stencilMaskSeparate ( UInt32 face, UInt32 mask ) : void
stencilOp ( UInt32 fail, UInt32 zfail, UInt32 zpass ) : void
stencilOpSeparate ( UInt32 face, UInt32 fail, UInt32 zfail, UInt32 zpass ) : void
texImage2D ( UInt32 target, Int32 level, UInt32 internalformat, Int32 width, Int32 height, Int32 border, UInt32 format, UInt32 type, ArrayBufferView pixels ) : void
texImage2D ( UInt32 target, Int32 level, UInt32 internalformat, UInt32 format, UInt32 type, System.Image image ) : void
texParameterf ( UInt32 target, UInt32 pname, System.Single param ) : void
texParameteri ( UInt32 target, UInt32 pname, Int32 param ) : void
texParameteri ( UInt32 target, UInt32 pname, UInt32 param ) : void
uniform1f ( System.Windows.Browser.ScriptObject location, System.Single x ) : void
uniform1i ( System.Windows.Browser.ScriptObject location, Int32 x ) : void
uniform3f ( System.Windows.Browser.ScriptObject location, System.Single x, System.Single y, System.Single z ) : void
uniformMatrix2fv ( System.Windows.Browser.ScriptObject location, System.Boolean transpose, Float32Array value ) : void
uniformMatrix2fv ( System.Windows.Browser.ScriptObject location, System.Boolean transpose, System.Single value ) : void
uniformMatrix3fv ( System.Windows.Browser.ScriptObject location, System.Boolean transpose, Float32Array value ) : void
uniformMatrix3fv ( System.Windows.Browser.ScriptObject location, System.Boolean transpose, System.Single value ) : void
uniformMatrix4fv ( System.Windows.Browser.ScriptObject location, System.Boolean transpose, Float32Array value ) : void
uniformMatrix4fv ( System.Windows.Browser.ScriptObject location, System.Boolean transpose, System.Single value ) : void
useProgram ( System.Windows.Browser.ScriptObject program ) : void
validateProgram ( System.Windows.Browser.ScriptObject program ) : void
vertexAttribPointer ( UInt32 indx, Int32 size, UInt32 type, System.Boolean normalized, Int32 stride, System.Int64 offset ) : void
viewport ( Int32 x, Int32 y, Int32 width, Int32 height ) : void

Приватные методы

Метод Описание
GLboolean ( object any ) : System.Boolean
GLenum ( object any ) : UInt32
GLint ( object any ) : Int32
texImage2D ( UInt32 target, Int32 level, UInt32 internalformat, UInt32 format, UInt32 type, System.Windows.Browser.HtmlElement canvas ) : void

Описание методов

GetId() публичный Метод

public GetId ( ScriptObject obj ) : int
obj ScriptObject
Результат int

GetObject() публичный Метод

public GetObject ( int id ) : ScriptObject
id int
Результат ScriptObject

GetObject() публичный Метод

public GetObject ( uint id ) : ScriptObject
id uint
Результат ScriptObject

Invoke() публичный Метод

public Invoke ( string name ) : object
name string
Результат object

WebGLRenderingContext() публичный Метод

public WebGLRenderingContext ( ) : System
Результат System

WebGLRenderingContext() публичный Метод

public WebGLRenderingContext ( System.Windows.Browser.HtmlElement canvas ) : System
canvas System.Windows.Browser.HtmlElement
Результат System

WebGLRenderingContext() публичный Метод

public WebGLRenderingContext ( System.Windows.Browser.HtmlElement canvas, System.Windows.Browser.ScriptObject attrs ) : System
canvas System.Windows.Browser.HtmlElement
attrs System.Windows.Browser.ScriptObject
Результат System

WebGLRenderingContext() публичный Метод

public WebGLRenderingContext ( ScriptObject context ) : System
context ScriptObject
Результат System

activeTexture() публичный Метод

public activeTexture ( UInt32 texture ) : void
texture System.UInt32
Результат void

attachShader() публичный Метод

public attachShader ( System.Windows.Browser.ScriptObject program, System.Windows.Browser.ScriptObject shader ) : void
program System.Windows.Browser.ScriptObject
shader System.Windows.Browser.ScriptObject
Результат void

bindAttribLocation() публичный Метод

public bindAttribLocation ( System.Windows.Browser.ScriptObject program, UInt32 index, System.String name ) : void
program System.Windows.Browser.ScriptObject
index System.UInt32
name System.String
Результат void

bindBuffer() публичный Метод

public bindBuffer ( UInt32 target, System.Windows.Browser.ScriptObject buffer ) : void
target System.UInt32
buffer System.Windows.Browser.ScriptObject
Результат void

bindTexture() публичный Метод

public bindTexture ( UInt32 target, System.Windows.Browser.ScriptObject texture ) : void
target System.UInt32
texture System.Windows.Browser.ScriptObject
Результат void

bufferData() публичный Метод

public bufferData ( UInt32 target, ArrayBuffer data, UInt32 usage ) : void
target System.UInt32
data ArrayBuffer
usage System.UInt32
Результат void

bufferData() публичный Метод

public bufferData ( UInt32 target, ArrayBufferView data, UInt32 usage ) : void
target System.UInt32
data ArrayBufferView
usage System.UInt32
Результат void

bufferData() публичный Метод

public bufferData ( UInt32 target, System.Int64 size, UInt32 usage ) : void
target System.UInt32
size System.Int64
usage System.UInt32
Результат void

clear() публичный Метод

public clear ( UInt32 mask ) : void
mask System.UInt32
Результат void

clearColor() публичный Метод

public clearColor ( System.Single red, System.Single green, System.Single blue, System.Single alpha ) : void
red System.Single
green System.Single
blue System.Single
alpha System.Single
Результат void

clearDepth() публичный Метод

public clearDepth ( System.Single depth ) : void
depth System.Single
Результат void

clearStencil() публичный Метод

public clearStencil ( Int32 s ) : void
s System.Int32
Результат void

colorMask() публичный Метод

public colorMask ( System.Boolean red, System.Boolean green, System.Boolean blue, System.Boolean alpha ) : void
red System.Boolean
green System.Boolean
blue System.Boolean
alpha System.Boolean
Результат void

compileShader() публичный Метод

public compileShader ( System.Windows.Browser.ScriptObject shader ) : void
shader System.Windows.Browser.ScriptObject
Результат void

createBuffer() публичный Метод

public createBuffer ( ) : System.Windows.Browser.ScriptObject
Результат System.Windows.Browser.ScriptObject

createFramebuffer() публичный Метод

public createFramebuffer ( ) : System.Windows.Browser.ScriptObject
Результат System.Windows.Browser.ScriptObject

createProgram() публичный Метод

public createProgram ( ) : System.Windows.Browser.ScriptObject
Результат System.Windows.Browser.ScriptObject

createRenderbuffer() публичный Метод

public createRenderbuffer ( ) : System.Windows.Browser.ScriptObject
Результат System.Windows.Browser.ScriptObject

createShader() публичный Метод

public createShader ( UInt32 type ) : System.Windows.Browser.ScriptObject
type System.UInt32
Результат System.Windows.Browser.ScriptObject

createTexture() публичный Метод

public createTexture ( ) : System.Windows.Browser.ScriptObject
Результат System.Windows.Browser.ScriptObject

cullFace() публичный Метод

public cullFace ( UInt32 mode ) : void
mode System.UInt32
Результат void

deleteBuffer() публичный Метод

public deleteBuffer ( System.Windows.Browser.ScriptObject buffer ) : void
buffer System.Windows.Browser.ScriptObject
Результат void

deleteFramebuffer() публичный Метод

public deleteFramebuffer ( System.Windows.Browser.ScriptObject framebuffer ) : void
framebuffer System.Windows.Browser.ScriptObject
Результат void

deleteProgram() публичный Метод

public deleteProgram ( System.Windows.Browser.ScriptObject program ) : void
program System.Windows.Browser.ScriptObject
Результат void

deleteRenderbuffer() публичный Метод

public deleteRenderbuffer ( System.Windows.Browser.ScriptObject renderbuffer ) : void
renderbuffer System.Windows.Browser.ScriptObject
Результат void

deleteShader() публичный Метод

public deleteShader ( System.Windows.Browser.ScriptObject shader ) : void
shader System.Windows.Browser.ScriptObject
Результат void

deleteTexture() публичный Метод

public deleteTexture ( System.Windows.Browser.ScriptObject texture ) : void
texture System.Windows.Browser.ScriptObject
Результат void

depthFunc() публичный Метод

public depthFunc ( UInt32 func ) : void
func System.UInt32
Результат void

depthMask() публичный Метод

public depthMask ( System.Boolean flag ) : void
flag System.Boolean
Результат void

depthRange() публичный Метод

public depthRange ( System.Single zNear, System.Single zFar ) : void
zNear System.Single
zFar System.Single
Результат void

detachShader() публичный Метод

public detachShader ( System.Windows.Browser.ScriptObject program, System.Windows.Browser.ScriptObject shader ) : void
program System.Windows.Browser.ScriptObject
shader System.Windows.Browser.ScriptObject
Результат void

disable() публичный Метод

public disable ( UInt32 cap ) : void
cap System.UInt32
Результат void

disableVertexAttribArray() публичный Метод

public disableVertexAttribArray ( UInt32 index ) : void
index System.UInt32
Результат void

drawArrays() публичный Метод

public drawArrays ( UInt32 mode, Int32 first, Int32 count ) : void
mode System.UInt32
first System.Int32
count System.Int32
Результат void

drawElements() публичный Метод

public drawElements ( UInt32 mode, Int32 count, UInt32 type, System.Int64 offset ) : void
mode System.UInt32
count System.Int32
type System.UInt32
offset System.Int64
Результат void

enable() публичный Метод

public enable ( UInt32 cap ) : void
cap System.UInt32
Результат void

enableVertexAttribArray() публичный Метод

public enableVertexAttribArray ( UInt32 index ) : void
index System.UInt32
Результат void

finish() публичный Метод

public finish ( ) : void
Результат void

flush() публичный Метод

public flush ( ) : void
Результат void

framebufferRenderbuffer() публичный Метод

public framebufferRenderbuffer ( UInt32 target, UInt32 attachment, UInt32 renderbuffertarget, System.Windows.Browser.ScriptObject renderbuffer ) : void
target System.UInt32
attachment System.UInt32
renderbuffertarget System.UInt32
renderbuffer System.Windows.Browser.ScriptObject
Результат void

frontFace() публичный Метод

public frontFace ( UInt32 mode ) : void
mode System.UInt32
Результат void

generateMipmap() публичный Метод

public generateMipmap ( UInt32 target ) : void
target System.UInt32
Результат void

getAttribLocation() публичный Метод

public getAttribLocation ( System.Windows.Browser.ScriptObject program, System.String name ) : Int32
program System.Windows.Browser.ScriptObject
name System.String
Результат System.Int32

getContextAttributes() публичный Метод

public getContextAttributes ( ) : System.Windows.Browser.ScriptObject
Результат System.Windows.Browser.ScriptObject

getError() публичный Метод

public getError ( ) : UInt32
Результат System.UInt32

getExtension() публичный Метод

public getExtension ( System.String name ) : object
name System.String
Результат object

getProgramParameter() публичный Метод

public getProgramParameter ( System.Windows.Browser.ScriptObject program, UInt32 pname ) : object
program System.Windows.Browser.ScriptObject
pname System.UInt32
Результат object

getShaderInfoLog() публичный Метод

public getShaderInfoLog ( System.Windows.Browser.ScriptObject shader ) : System.String
shader System.Windows.Browser.ScriptObject
Результат System.String

getShaderParameter() публичный Метод

public getShaderParameter ( System.Windows.Browser.ScriptObject shader, UInt32 pname ) : object
shader System.Windows.Browser.ScriptObject
pname System.UInt32
Результат object

getSupportedExtensions() публичный Метод

public getSupportedExtensions ( ) : DOMString[]
Результат DOMString[]

getUniformLocation() публичный Метод

public getUniformLocation ( System.Windows.Browser.ScriptObject program, System.String name ) : System.Windows.Browser.ScriptObject
program System.Windows.Browser.ScriptObject
name System.String
Результат System.Windows.Browser.ScriptObject

hint() публичный Метод

public hint ( UInt32 target, UInt32 mode ) : void
target System.UInt32
mode System.UInt32
Результат void

isBuffer() публичный Метод

public isBuffer ( System.Windows.Browser.ScriptObject buffer ) : System.Boolean
buffer System.Windows.Browser.ScriptObject
Результат System.Boolean

isContextLost() публичный Метод

public isContextLost ( ) : bool
Результат bool

isEnabled() публичный Метод

public isEnabled ( UInt32 cap ) : System.Boolean
cap System.UInt32
Результат System.Boolean

isFramebuffer() публичный Метод

public isFramebuffer ( System.Windows.Browser.ScriptObject framebuffer ) : System.Boolean
framebuffer System.Windows.Browser.ScriptObject
Результат System.Boolean

isProgram() публичный Метод

public isProgram ( System.Windows.Browser.ScriptObject program ) : System.Boolean
program System.Windows.Browser.ScriptObject
Результат System.Boolean

isRenderbuffer() публичный Метод

public isRenderbuffer ( System.Windows.Browser.ScriptObject renderbuffer ) : System.Boolean
renderbuffer System.Windows.Browser.ScriptObject
Результат System.Boolean

isShader() публичный Метод

public isShader ( System.Windows.Browser.ScriptObject shader ) : System.Boolean
shader System.Windows.Browser.ScriptObject
Результат System.Boolean

isTexture() публичный Метод

public isTexture ( System.Windows.Browser.ScriptObject texture ) : System.Boolean
texture System.Windows.Browser.ScriptObject
Результат System.Boolean

lineWidth() публичный Метод

public lineWidth ( System.Single width ) : void
width System.Single
Результат void

linkProgram() публичный Метод

public linkProgram ( System.Windows.Browser.ScriptObject program ) : void
program System.Windows.Browser.ScriptObject
Результат void

pixelStorei() публичный Метод

public pixelStorei ( UInt32 pname, Int32 param ) : void
pname System.UInt32
param System.Int32
Результат void

polygonOffset() публичный Метод

public polygonOffset ( System.Single factor, System.Single units ) : void
factor System.Single
units System.Single
Результат void

readPixels() публичный Метод

public readPixels ( Int32 x, Int32 y, Int32 width, Int32 height, UInt32 format, UInt32 type, ArrayBufferView pixels ) : void
x System.Int32
y System.Int32
width System.Int32
height System.Int32
format System.UInt32
type System.UInt32
pixels ArrayBufferView
Результат void

renderbufferStorage() публичный Метод

public renderbufferStorage ( UInt32 target, UInt32 internalformat, Int32 width, Int32 height ) : void
target System.UInt32
internalformat System.UInt32
width System.Int32
height System.Int32
Результат void

sampleCoverage() публичный Метод

public sampleCoverage ( System.Single value, System.Boolean invert ) : void
value System.Single
invert System.Boolean
Результат void

scissor() публичный Метод

public scissor ( Int32 x, Int32 y, Int32 width, Int32 height ) : void
x System.Int32
y System.Int32
width System.Int32
height System.Int32
Результат void

shaderSource() публичный Метод

public shaderSource ( System.Windows.Browser.ScriptObject shader, System.String source ) : void
shader System.Windows.Browser.ScriptObject
source System.String
Результат void

stencilFunc() публичный Метод

public stencilFunc ( UInt32 func, Int32 @ref, UInt32 mask ) : void
func System.UInt32
@ref System.Int32
mask System.UInt32
Результат void

stencilFuncSeparate() публичный Метод

public stencilFuncSeparate ( UInt32 face, UInt32 func, Int32 @ref, UInt32 mask ) : void
face System.UInt32
func System.UInt32
@ref System.Int32
mask System.UInt32
Результат void

stencilMask() публичный Метод

public stencilMask ( UInt32 mask ) : void
mask System.UInt32
Результат void

stencilMaskSeparate() публичный Метод

public stencilMaskSeparate ( UInt32 face, UInt32 mask ) : void
face System.UInt32
mask System.UInt32
Результат void

stencilOp() публичный Метод

public stencilOp ( UInt32 fail, UInt32 zfail, UInt32 zpass ) : void
fail System.UInt32
zfail System.UInt32
zpass System.UInt32
Результат void

stencilOpSeparate() публичный Метод

public stencilOpSeparate ( UInt32 face, UInt32 fail, UInt32 zfail, UInt32 zpass ) : void
face System.UInt32
fail System.UInt32
zfail System.UInt32
zpass System.UInt32
Результат void

texImage2D() публичный Метод

public texImage2D ( UInt32 target, Int32 level, UInt32 internalformat, Int32 width, Int32 height, Int32 border, UInt32 format, UInt32 type, ArrayBufferView pixels ) : void
target System.UInt32
level System.Int32
internalformat System.UInt32
width System.Int32
height System.Int32
border System.Int32
format System.UInt32
type System.UInt32
pixels ArrayBufferView
Результат void

texImage2D() публичный Метод

public texImage2D ( UInt32 target, Int32 level, UInt32 internalformat, UInt32 format, UInt32 type, System.Image image ) : void
target System.UInt32
level System.Int32
internalformat System.UInt32
format System.UInt32
type System.UInt32
image System.Image
Результат void

texParameterf() публичный Метод

public texParameterf ( UInt32 target, UInt32 pname, System.Single param ) : void
target System.UInt32
pname System.UInt32
param System.Single
Результат void

texParameteri() публичный Метод

public texParameteri ( UInt32 target, UInt32 pname, Int32 param ) : void
target System.UInt32
pname System.UInt32
param System.Int32
Результат void

texParameteri() публичный Метод

public texParameteri ( UInt32 target, UInt32 pname, UInt32 param ) : void
target System.UInt32
pname System.UInt32
param System.UInt32
Результат void

uniform1f() публичный Метод

public uniform1f ( System.Windows.Browser.ScriptObject location, System.Single x ) : void
location System.Windows.Browser.ScriptObject
x System.Single
Результат void

uniform1i() публичный Метод

public uniform1i ( System.Windows.Browser.ScriptObject location, Int32 x ) : void
location System.Windows.Browser.ScriptObject
x System.Int32
Результат void

uniform3f() публичный Метод

public uniform3f ( System.Windows.Browser.ScriptObject location, System.Single x, System.Single y, System.Single z ) : void
location System.Windows.Browser.ScriptObject
x System.Single
y System.Single
z System.Single
Результат void

uniformMatrix2fv() публичный Метод

public uniformMatrix2fv ( System.Windows.Browser.ScriptObject location, System.Boolean transpose, Float32Array value ) : void
location System.Windows.Browser.ScriptObject
transpose System.Boolean
value Float32Array
Результат void

uniformMatrix2fv() публичный Метод

public uniformMatrix2fv ( System.Windows.Browser.ScriptObject location, System.Boolean transpose, System.Single value ) : void
location System.Windows.Browser.ScriptObject
transpose System.Boolean
value System.Single
Результат void

uniformMatrix3fv() публичный Метод

public uniformMatrix3fv ( System.Windows.Browser.ScriptObject location, System.Boolean transpose, Float32Array value ) : void
location System.Windows.Browser.ScriptObject
transpose System.Boolean
value Float32Array
Результат void

uniformMatrix3fv() публичный Метод

public uniformMatrix3fv ( System.Windows.Browser.ScriptObject location, System.Boolean transpose, System.Single value ) : void
location System.Windows.Browser.ScriptObject
transpose System.Boolean
value System.Single
Результат void

uniformMatrix4fv() публичный Метод

public uniformMatrix4fv ( System.Windows.Browser.ScriptObject location, System.Boolean transpose, Float32Array value ) : void
location System.Windows.Browser.ScriptObject
transpose System.Boolean
value Float32Array
Результат void

uniformMatrix4fv() публичный Метод

public uniformMatrix4fv ( System.Windows.Browser.ScriptObject location, System.Boolean transpose, System.Single value ) : void
location System.Windows.Browser.ScriptObject
transpose System.Boolean
value System.Single
Результат void

useProgram() публичный Метод

public useProgram ( System.Windows.Browser.ScriptObject program ) : void
program System.Windows.Browser.ScriptObject
Результат void

validateProgram() публичный Метод

public validateProgram ( System.Windows.Browser.ScriptObject program ) : void
program System.Windows.Browser.ScriptObject
Результат void

vertexAttribPointer() публичный Метод

public vertexAttribPointer ( UInt32 indx, Int32 size, UInt32 type, System.Boolean normalized, Int32 stride, System.Int64 offset ) : void
indx System.UInt32
size System.Int32
type System.UInt32
normalized System.Boolean
stride System.Int32
offset System.Int64
Результат void

viewport() публичный Метод

public viewport ( Int32 x, Int32 y, Int32 width, Int32 height ) : void
x System.Int32
y System.Int32
width System.Int32
height System.Int32
Результат void