mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
Fix compile on 64-bit.
This commit is contained in:
parent
c96822cf31
commit
520aad2c3e
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ struct glsl_shader {
|
|||
GLboolean DeletePending;
|
||||
GLboolean CompileStatus;
|
||||
const GLchar *Source; /**< Source code string */
|
||||
GLuint SourceLen;
|
||||
size_t SourceLen;
|
||||
GLchar *InfoLog;
|
||||
|
||||
struct exec_list ir;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue