Changeset 78375 in vbox for trunk/src/VBox/GuestHost/OpenGL/include/cr_unpack.h
- Timestamp:
- May 3, 2019 9:51:02 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/cr_unpack.h
r78263 r78375 13 13 #include "cr_mem.h" 14 14 #include "cr_opcodes.h" 15 #include "cr_glstate.h" 15 16 16 17 #include <iprt/types.h> … … 42 43 * on error if one unpacker detected out of bounds buffer access). */ 43 44 int rcUnpack; 45 /** Attached state tracker. */ 46 PCRStateTracker pStateTracker; 44 47 } CrUnpackerState; 45 48 /** Pointer to an unpacker state. */
Note:
See TracChangeset
for help on using the changeset viewer.