Changeset 53554 in vbox for trunk/src/VBox
- Timestamp:
- Dec 16, 2014 9:25:31 PM (10 years ago)
- Location:
- trunk/src/VBox/HostServices/SharedOpenGL/OpenGLTest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTest.cpp
r50406 r53554 30 30 #include <VBox/VBoxOGLTest.h> 31 31 32 bool RTCALL VBoxOglIs3DAccelerationSupported( )32 bool RTCALL VBoxOglIs3DAccelerationSupported(void) 33 33 { 34 34 if (RTEnvExist("VBOX_CROGL_FORCE_SUPPORTED")) -
trunk/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestDarwin.cpp
r53546 r53554 34 34 #include <VBox/VBoxOGLTest.h> 35 35 36 bool RTCALL VBoxOglIsOfflineRenderingAppropriate( )36 bool RTCALL VBoxOglIsOfflineRenderingAppropriate(void) 37 37 { 38 38 /* It is assumed that it is makes sense to enable offline rendering … … 110 110 } 111 111 112 bool RTCALL VBoxOglIs3DAccelerationSupported( )112 bool RTCALL VBoxOglIs3DAccelerationSupported(void) 113 113 { 114 114 if (RTEnvExist("VBOX_CROGL_FORCE_SUPPORTED"))
Note:
See TracChangeset
for help on using the changeset viewer.