Changeset 23403 in vbox for trunk/src/VBox/GuestHost/OpenGL/include/state
- Timestamp:
- Sep 29, 2009 9:55:43 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 52948
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/state/cr_glsl.h
r23399 r23403 65 65 GLvoid *data; 66 66 #ifdef IN_GUEST 67 GL uint location;67 GLint location; 68 68 #endif 69 69 } CRGLSLUniform;
Note:
See TracChangeset
for help on using the changeset viewer.