mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 11:38:05 +02:00
add _mesa_init_shaderobjects_3dlabs() declaration
This commit is contained in:
parent
a095aa4f4b
commit
05ab19ef43
1 changed files with 3 additions and 0 deletions
|
|
@ -33,5 +33,8 @@ _mesa_3dlabs_create_shader_object (GLenum);
|
||||||
extern GLhandleARB
|
extern GLhandleARB
|
||||||
_mesa_3dlabs_create_program_object (void);
|
_mesa_3dlabs_create_program_object (void);
|
||||||
|
|
||||||
|
extern void
|
||||||
|
_mesa_init_shaderobjects_3dlabs (GLcontext *ctx);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue