mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
update comments, remove ^M chars
This commit is contained in:
parent
8c765ad312
commit
5754809421
1 changed files with 7 additions and 12 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Mesa 3-D graphics library
|
||||
* Version: 6.3
|
||||
* Version: 6.5
|
||||
*
|
||||
* Copyright (C) 2004-2005 Brian Paul All Rights Reserved.
|
||||
*
|
||||
|
|
@ -27,10 +27,6 @@
|
|||
|
||||
#include "mtypes.h"
|
||||
|
||||
/**
|
||||
** XXX do these gl2 structs really neeed to be here?
|
||||
**/
|
||||
|
||||
/**
|
||||
* gl2 unique interface identifier.
|
||||
* Each gl2 interface has its own interface id used for object queries.
|
||||
|
|
@ -237,14 +233,13 @@ extern void GLAPIENTRY
|
|||
_mesa_GetActiveAttribARB (GLhandleARB, GLuint, GLsizei, GLsizei *, GLint *, GLenum *, GLcharARB *);
|
||||
|
||||
extern GLint GLAPIENTRY
|
||||
_mesa_GetAttribLocationARB (GLhandleARB, const GLcharARB *);
|
||||
|
||||
#endif
|
||||
_mesa_GetAttribLocationARB (GLhandleARB, const GLcharARB *);
|
||||
|
||||
extern void
|
||||
#endif /* FEATURE_ARB_vertex_shader */
|
||||
|
||||
extern void
|
||||
_mesa_init_shaderobjects (GLcontext *ctx);
|
||||
|
||||
#endif
|
||||
#endif /* FEATURE_ARB_shader_objects */
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* SHADEROBJECTS_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue