mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
change Data ptr from GLbyte to GLubyte to silence warnings
This commit is contained in:
parent
013dee06c1
commit
87745ce771
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#define SIS_MAX_TEXTURE_LEVELS 11
|
||||
|
||||
typedef struct {
|
||||
GLbyte *Data; /* Pointer to texture in offscreen */
|
||||
GLubyte *Data; /* Pointer to texture in offscreen */
|
||||
GLuint memType; /* VIDEO_TYPE or AGP_TYPE */
|
||||
void *handle; /* Handle for sisFree*() */
|
||||
GLuint pitch;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue