~ubuntu-branches/ubuntu/gutsy/vnc4/gutsy

« back to all changes in this revision

Viewing changes to unix/xc/doc/man/GL/gl/istexture.3gl

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2006-05-15 20:35:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515203517-l4lre1ku942mn26k
Tags: 4.1.1+X4.3.0-10
* Correction of critical security issue. Thanks to Martin Kogler
  <e9925248@student.tuwien.ac.at> that informed me about the issue,
  and provided the patch.
  This flaw was originally found by Steve Wiseman of intelliadmin.com.
* Applied patch from Javier Kohen <jkohen@users.sourceforge.net> that
  inform the user that only 8 first characters of the password will
  actually be used when typing more than 8 characters, closes:
  #355619.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
'\" e
 
2
'\"! eqn | mmdoc
 
3
'\"macro stdmacro
 
4
.ds Vn Version 1.2
 
5
.ds Dt 24 September 1999
 
6
.ds Re Release 1.2.1
 
7
.ds Dp Jan 14 18:30
 
8
.ds Dm 01 istexture
 
9
.ds Xs 34777 3 istexture.gl
 
10
.TH GLISTEXTURE 3G
 
11
.SH NAME
 
12
.B "glIsTexture
 
13
\- determine if a name corresponds to a texture
 
14
 
 
15
.SH C SPECIFICATION
 
16
GLboolean \f3glIsTexture\fP(
 
17
GLuint \fItexture\fP )
 
18
.nf
 
19
.fi
 
20
 
 
21
.SH PARAMETERS
 
22
.TP \w'\f2texture\fP\ \ 'u 
 
23
\f2texture\fP
 
24
Specifies a value that may be the name of a texture.
 
25
.SH DESCRIPTION
 
26
\%\f3glIsTexture\fP returns \%\f3GL_TRUE\fP if \f2texture\fP is currently the name of a texture.
 
27
If \f2texture\fP is zero, or is a non-zero value that is not currently the
 
28
name of a texture, or if an error occurs, \%\f3glIsTexture\fP returns \%\f3GL_FALSE\fP.
 
29
.SH NOTES
 
30
\%\f3glIsTexture\fP is available only if the GL version is 1.1 or greater.
 
31
.SH ERRORS
 
32
\%\f3GL_INVALID_OPERATION\fP is generated if \%\f3glIsTexture\fP is executed
 
33
between the execution of \%\f3glBegin\fP and the corresponding
 
34
execution of \%\f3glEnd\fP.
 
35
.SH SEE ALSO
 
36
\%\f3glBindTexture(3G)\fP,
 
37
\%\f3glCopyTexImage1D(3G)\fP,
 
38
\%\f3glCopyTexImage2D(3G)\fP,
 
39
\%\f3glDeleteTextures(3G)\fP,
 
40
\%\f3glGenTextures(3G)\fP,
 
41
\%\f3glGet(3G)\fP,
 
42
\%\f3glGetTexParameter(3G)\fP,
 
43
\%\f3glTexImage1D(3G)\fP,
 
44
\%\f3glTexImage2D(3G)\fP,
 
45
\%\f3glTexImage3D(3G)\fP,
 
46
\%\f3glTexParameter(3G)\fP