Changeset 85246 in vbox for trunk/src/VBox/Main/src-helper-apps/OpenGLTest
- Timestamp:
- Jul 11, 2020 11:08:39 PM (5 years ago)
- Location:
- trunk/src/VBox/Main/src-helper-apps/OpenGLTest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-helper-apps/OpenGLTest/Makefile.kmk
r84790 r85246 24 24 # 25 25 LIBRARIES += VBoxOGLTest 26 ifneq ($(KBUILD_TARGET),darwin) 27 ## @todo r=bird: Why VBOXR3NP? 26 28 VBoxOGLTest_TEMPLATE = VBOXR3NP 27 ifneq ($(KBUILD_TARGET),darwin) 28 VBoxOGLTest_SOURCES = OpenGLTest.cpp 29 VBoxOGLTest_SOURCES = OpenGLTest.cpp 30 else 31 VBoxOGLTest_TEMPLATE = VBoxR3Dll 32 VBoxOGLTest_SOURCES.darwin = OpenGLTestDarwin.cpp 29 33 endif 30 VBoxOGLTest_SOURCES.darwin = OpenGLTestDarwin.cpp31 34 32 35 # -
trunk/src/VBox/Main/src-helper-apps/OpenGLTest/OpenGLTestDarwin.cpp
r82968 r85246 146 146 * available, disable 3D support. 147 147 */ 148 #pragma clang diagnostic ignored "-Wdeprecated-declarations" /* gluCheckExtension deprecated since 10.10 - use MetalKit. */ 148 149 CGLSetCurrentContext(pCglContext); 149 150 const GLubyte *pszExts = glGetString(GL_EXTENSIONS);
Note:
See TracChangeset
for help on using the changeset viewer.