mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
Use unsigned long batchbuffer offset, fixes x64 warnings.
This commit is contained in:
parent
b236715769
commit
e595ce79d6
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ struct intel_batchbuffer {
|
|||
struct buffer *buffer;
|
||||
|
||||
GLuint flags;
|
||||
GLuint offset;
|
||||
unsigned long offset;
|
||||
|
||||
GLubyte *map;
|
||||
GLubyte *ptr;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue