Changeset 33540 in vbox for trunk/src/VBox/GuestHost/OpenGL/include/state
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67140
- Location:
- trunk/src/VBox/GuestHost/OpenGL/include/state
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/state/cr_client.h
r29930 r33540 42 42 /* 43 43 * NOTE!!!! If you change this structure, search through the code for 44 * occur ances of 'defaultPacking' and fix the static initializations!!!!44 * occurrences of 'defaultPacking' and fix the static initializations!!!! 45 45 */ 46 46 typedef struct { -
trunk/src/VBox/GuestHost/OpenGL/include/state/cr_glsl.h
r28800 r33540 29 29 30 30 /* We can't go the "easy" way of just extracting all the required data when taking snapshots. 31 Shader objects might be modified *after* program linkage and wouldn't affect program until lit's relinked.31 Shader objects might be modified *after* program linkage and wouldn't affect program until it's relinked. 32 32 So we have to keep track of shaders statuses right before each program was linked as well as their "current" status. 33 33 */
Note:
See TracChangeset
for help on using the changeset viewer.