occt: master 84e84755

Author Committer Branch Timestamp Parent
mnv apn master 2018-09-27 13:30:48 master dce5b3eb
Affected Issues  0030166: Visualization, TKOpenGl - add option OpenGl_Caps::glslDumpLevel dumping the source code of the shader program
Changeset 0030166: Visualization, TKOpenGl - add option OpenGl_Caps::glslDumpLevel dumping the source code of the shader program

Added new option -glslcode for vgldebug command with the following values:
- off disables glsl source code dump;
- short to dump glsl source code in short format (except common declarations);
- full to dump glsl source code in full format.
mod - src/OpenGl/FILES Diff File
mod - src/OpenGl/OpenGl_Caps.cxx Diff File
mod - src/OpenGl/OpenGl_Caps.hxx Diff File
mod - src/OpenGl/OpenGl_ShaderProgram.cxx Diff File
add - src/OpenGl/OpenGl_ShaderProgramDumpLevel.hxx Diff File
mod - src/ViewerTest/ViewerTest_ViewerCommands.cxx Diff File