mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
replace GLAPI w/ static and init var to 0 (Michel Donais)
This commit is contained in:
parent
54d3ab4878
commit
8636981646
1 changed files with 1 additions and 1 deletions
|
|
@ -6597,7 +6597,7 @@ typedef void (GLAPIENTRY *TexImage3Dproc)( GLenum target, GLint level,
|
|||
GLenum format, GLenum type,
|
||||
const GLvoid *pixels );
|
||||
|
||||
GLAPI TexImage3Dproc pTexImage3D;
|
||||
static TexImage3Dproc pTexImage3D = 0;
|
||||
|
||||
#ifndef _WIN32
|
||||
# include <dlfcn.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue