Changeset 48366 in vbox
- Timestamp:
- Sep 6, 2013 3:53:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/blitter.cpp
r48348 r48366 922 922 pCache->pDispatch->GetShaderiv(uiShader, GL_COMPILE_STATUS, &compiled); 923 923 924 #if def DEBUG_misha924 #ifndef DEBUG_misha 925 925 if(!compiled) 926 926 #endif … … 956 956 GLint linked; 957 957 pCache->pDispatch->GetProgramiv(uiProgram, GL_LINK_STATUS, &linked); 958 #if def DEBUG_misha958 #ifndef DEBUG_misha 959 959 if(!linked) 960 960 #endif
Note:
See TracChangeset
for help on using the changeset viewer.