mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0032203: Draw Harness, ViewerTest - drop dependency from OpenGL
Added TKOpenGlTest and TKD3DHostTest Draw Harness plugins. TKOpenGlTest is automatically loaded by ViewerTest::ViewerInit(). Commands vgldebug, vvbo, vcaps and vuserdraw have been moved to TKOpenGlTest. New command vglshaders lists GLSL programs defined by OpenGl_GraphicDriver, previously implemented by "vshaderprog -list". Added new command vdriver for graphic driver selection. Removed erroneous code from command vstereo.
This commit is contained in:
3
src/TKOpenGlTest/CMakeLists.txt
Normal file
3
src/TKOpenGlTest/CMakeLists.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
project(TKOpenGlTest)
|
||||
|
||||
OCCT_INCLUDE_CMAKE_FILE (adm/cmake/occt_toolkit)
|
||||
8
src/TKOpenGlTest/EXTERNLIB
Normal file
8
src/TKOpenGlTest/EXTERNLIB
Normal file
@@ -0,0 +1,8 @@
|
||||
TKernel
|
||||
TKMath
|
||||
TKDraw
|
||||
TKOpenGl
|
||||
TKService
|
||||
TKV3d
|
||||
TKViewerTest
|
||||
CSF_OpenGlLibs
|
||||
2
src/TKOpenGlTest/FILES
Normal file
2
src/TKOpenGlTest/FILES
Normal file
@@ -0,0 +1,2 @@
|
||||
EXTERNLIB
|
||||
PACKAGES
|
||||
1
src/TKOpenGlTest/PACKAGES
Normal file
1
src/TKOpenGlTest/PACKAGES
Normal file
@@ -0,0 +1 @@
|
||||
OpenGlTest
|
||||
Reference in New Issue
Block a user