Home > comp > gb.opengl > gl > istexture 
 en fr de es it pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Voorgaande  Volgende  Bewerken  Hernoemen  Undo  Search  Administratie  
Handleiding  
Waarschuwing Deze pagina is niet vertaald.  Zie Engelse versie 
Gl.IsTexture (gb.opengl)
Static Function IsTexture ( Texture As Integer ) As Boolean

Determine if a name corresponds to a texture.

Parameters

texture

Specifies a value that may be the name of a texture.

Description

Gl.IsTexture returns Gl.TRUE if texture is currently the name of a texture. If texture is zero, or is a non-zero value that is not currently the name of a texture, or if an error occurs, Gl.IsTexture returns Gl.FALSE.

A name returned by Gl.GenTextures, but not yet associated with a texture by calling Gl.BindTexture, is not the name of a texture.

Zie ook

Gl.BindTexture, Gl.CopyTexImage1D, Gl.CopyTexImage2D, Gl.DeleteTextures, Gl.GenTextures, Gl.Get, Gl.GetTexParameter, Gl.TexImage1D, Gl.TexImage2D, Gl.TexImage3D, Gl.TexParameter

See original documentation on OpenGL website