Property | Type | Description | |
---|---|---|---|
Bind | void | ||
OpenGLTexture | System.Collections.Generic | ||
Unbind | void |
Method | Description | |
---|---|---|
Lock ( ) : void |
Locks the texture.
|
|
Unlock ( ) : void |
Unlocks the data.
|
|
this ( int x, int y ) : |
Gets or sets the color of the specified texel.
|
Method | Description | |
---|---|---|
Bind ( ) : void |
Binds the current texture.
|
|
OpenGLTexture ( |
Initializes a new OpenGLTexture class.
|
|
Unbind ( ) : void |
Unbinds the texture.
|
public this ( int x, int y ) : |
||
x | int | The x offset. |
y | int | The y offset. |
return |