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

« back to all changes in this revision

Viewing changes to unix/xc/doc/man/GL/gl/cleardepth.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
'\" te
 
2
'\"! tbl|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 cleardept
 
9
.ds Xs 62352 3 cleardepth.gl
 
10
.TH GLCLEARDEPTH 3G
 
11
.SH NAME
 
12
.B "glClearDepth
 
13
\- specify the clear value for the depth buffer
 
14
 
 
15
.SH C SPECIFICATION
 
16
void \f3glClearDepth\fP(
 
17
GLclampd \fIdepth\fP )
 
18
.nf
 
19
.fi
 
20
 
 
21
.SH PARAMETERS
 
22
.TP \w'\f2depth\fP\ \ 'u 
 
23
\f2depth\fP
 
24
Specifies the depth value used when the depth buffer is cleared. The
 
25
initial value is 1.
 
26
.SH DESCRIPTION
 
27
\%\f3glClearDepth\fP specifies the depth value used by \%\f3glClear\fP to clear the depth buffer.
 
28
Values specified by \%\f3glClearDepth\fP are clamped to the range [0,\ 1].
 
29
.SH ERRORS
 
30
\%\f3GL_INVALID_OPERATION\fP is generated if \%\f3glClearDepth\fP
 
31
is executed between the execution of \%\f3glBegin\fP
 
32
and the corresponding execution of \%\f3glEnd\fP.
 
33
.SH ASSOCIATED GETS
 
34
\%\f3glGet\fP with argument \%\f3GL_DEPTH_CLEAR_VALUE\fP
 
35
.SH SEE ALSO
 
36
\%\f3glClear(3G)\fP