Method | Description | |
---|---|---|
BeginQuery ( int target, |
||
BindBufferBase ( int target, int index, |
||
BindBufferRange ( int target, int index, |
||
BindVertexArray ( |
||
CreateQuery ( ) : |
||
CreateVertexArray ( ) : |
||
DeleteQuery ( |
||
DeleteVertexArray ( |
||
DrawArraysInstanced ( int mode, int first, int count, int primcount ) : void | ||
DrawBuffers ( int buffers ) : void | ||
DrawElementsInstanced ( int mode, int count, int type, long offset, int primcount ) : void | ||
EndQuery ( int target ) : void | ||
GetParameterIndexed ( int pname, int index ) : object | ||
GetQuery ( int target, int pname ) : |
||
GetQueryObject ( |
||
IsQuery ( |
||
IsVertexArray ( |
||
VertexAttribDivisor ( int index, int divisor ) : void |
Method | Description | |
---|---|---|
WebGL2RenderingContext ( ) : System.Runtime.CompilerServices |
public BeginQuery ( int target, |
||
target | int | |
queryObject | ||
return | void |
public BindBufferBase ( int target, int index, |
||
target | int | |
index | int | |
buffer | ||
return | void |
public BindBufferRange ( int target, int index, |
||
target | int | |
index | int | |
buffer | ||
offset | long | |
size | long | |
return | void |
public BindVertexArray ( |
||
arrayObject | ||
return | void |
public CreateVertexArray ( ) : |
||
return |
public DeleteQuery ( |
||
queryObject | ||
return | void |
public DeleteVertexArray ( |
||
arrayObject | ||
return | void |
public DrawArraysInstanced ( int mode, int first, int count, int primcount ) : void | ||
mode | int | |
first | int | |
count | int | |
primcount | int | |
return | void |
public DrawElementsInstanced ( int mode, int count, int type, long offset, int primcount ) : void | ||
mode | int | |
count | int | |
type | int | |
offset | long | |
primcount | int | |
return | void |
public GetParameterIndexed ( int pname, int index ) : object | ||
pname | int | |
index | int | |
return | object |
public GetQuery ( int target, int pname ) : |
||
target | int | |
pname | int | |
return |
public GetQueryObject ( |
||
queryObject | ||
pname | int | |
return | object |
public IsQuery ( |
||
queryObject | ||
return | bool |
public IsVertexArray ( |
||
arrayObject | ||
return | bool |
public VertexAttribDivisor ( int index, int divisor ) : void | ||
index | int | |
divisor | int | |
return | void |