Changeset 78375 in vbox for trunk/src/VBox/GuestHost/OpenGL/packer/pack_pixelmap.c
- Timestamp:
- May 3, 2019 9:51:02 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/packer/pack_pixelmap.c
r69392 r78375 11 11 static unsigned char * __gl_HandlePixelMapData(GLenum map, GLsizei mapsize, int size_of_value, const GLvoid *values) 12 12 { 13 int nodata = (values == NULL) || crStateIsBufferBound( GL_PIXEL_UNPACK_BUFFER_ARB);13 int nodata = (values == NULL) || crStateIsBufferBound(g_pStateTracker, GL_PIXEL_UNPACK_BUFFER_ARB); 14 14 int packet_length = 15 15 sizeof( map ) +
Note:
See TracChangeset
for help on using the changeset viewer.