Changeset 28230 in vbox for trunk/src/VBox
- Timestamp:
- Apr 13, 2010 6:26:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.c
r28223 r28230 147 147 const GLubyte* pExt = cr_server.head_spu->dispatch_table.GetString(GL_REAL_EXTENSIONS); 148 148 149 return NULL!=crStrstr(pExt, "GL_ARB_framebuffer_object")150 && NULL!=crStrstr( pExt, "GL_ARB_texture_non_power_of_two");149 return NULL!=crStrstr((const char*)pExt, "GL_ARB_framebuffer_object") 150 && NULL!=crStrstr((const char*)pExt, "GL_ARB_texture_non_power_of_two"); 151 151 } 152 152
Note:
See TracChangeset
for help on using the changeset viewer.