mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
don't use near and far for parameter names
This commit is contained in:
parent
20517ce040
commit
70c05e6781
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: APIspec,v 1.2 2001/11/18 23:52:38 brianp Exp $
|
||||
# $Id: APIspec,v 1.3 2001/11/26 23:41:24 brianp Exp $
|
||||
|
||||
# This file describes all the OpenGL functions.
|
||||
# We use a number of Python scripts to parse this file and
|
||||
|
|
@ -2097,8 +2097,8 @@ offset 287
|
|||
|
||||
name DepthRange
|
||||
return void
|
||||
param near GLclampd
|
||||
param far GLclampd
|
||||
param zNear GLclampd
|
||||
param zFar GLclampd
|
||||
category 1.0
|
||||
offset 288
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue