Ooogles.Net - Object Oriented OpenGL-ES 2.0
Ooogles.Net - Object Oriented OpenGL-ES 2.0
Ooogles
Texture Class
Texture Methods
Bind Method
BindToTextureUnit Method
Copy Method
GenerateMipmap Method
Reserve Method
SubCopy Method
SubUpload Method
SubUploadCompressed(T) Method
Unbind Method
UnbindFromTextureUnit Method
Upload Method
UploadCompressed(T) Method
Texture
Unbind Method
Unbinds the texture.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
C++
F#
Copy
public
void
Unbind
()
Public
Sub
Unbind
public
:
void
Unbind
()
member
Unbind
:
unit
->
unit
Remarks
OpenGL API
: glBindTexture
See Also
Reference
Texture Class
Ooogles Namespace
Texture
Bind
Texture
IsBound
Texture
BindToTextureUnit(Int32)
Texture
UnbindFromTextureUnit(Int32)