Method | Description | |
---|---|---|
BindTexture ( |
||
TexSubImage2D ( |
Method | Description | |
---|---|---|
glBindTexture ( |
||
glTexSubImage2D ( |
public BindTexture ( |
||
target | ||
texture | ||
return | void |
public TexSubImage2D ( |
||
target | ||
level | ||
xoffset | ||
yoffset | ||
width | ||
height | ||
format | ||
type | ||
pixels | IntPtr | |
return | void |