mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
make do_vertex_attrib_enable() static
This commit is contained in:
parent
f2ce358331
commit
d2fb24a671
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,8 @@
|
||||||
#include "indirect_vertex_array.h"
|
#include "indirect_vertex_array.h"
|
||||||
#include <GL/glxproto.h>
|
#include <GL/glxproto.h>
|
||||||
|
|
||||||
void do_vertex_attrib_enable( GLuint index, GLboolean val )
|
static void
|
||||||
|
do_vertex_attrib_enable( GLuint index, GLboolean val )
|
||||||
{
|
{
|
||||||
__GLXcontext *gc = __glXGetCurrentContext();
|
__GLXcontext *gc = __glXGetCurrentContext();
|
||||||
__GLXattribute * state = (__GLXattribute *)(gc->client_state_private);
|
__GLXattribute * state = (__GLXattribute *)(gc->client_state_private);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue