mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
added _mesa_ArrayElement() proto
This commit is contained in:
parent
62c184258b
commit
80c6243e8b
1 changed files with 6 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
/* $Id: varray.h,v 1.5 1999/11/11 01:22:28 brianp Exp $ */
|
||||
/* $Id: varray.h,v 1.6 2000/01/13 00:35:09 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
* Version: 3.1
|
||||
*
|
||||
* Copyright (C) 1999 Brian Paul All Rights Reserved.
|
||||
* Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
|
|
@ -58,6 +58,10 @@ extern void
|
|||
_mesa_EdgeFlagPointer(GLsizei stride, const GLvoid *ptr);
|
||||
|
||||
|
||||
extern void
|
||||
_mesa_ArrayElement( GLint );
|
||||
|
||||
|
||||
extern void
|
||||
_mesa_DrawArrays(GLenum mode, GLint first, GLsizei count);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue