mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 10:10:56 +08:00
OpenGl_Caps - flag ffpEnable is now initialized to false on desktop OpenGL. OpenGl_Context::init() - now prints error if OpenGL version does not support GLSL and switches OpenGl_Caps::ffpEnable to true. update test cases
18 lines
345 B
Plaintext
18 lines
345 B
Plaintext
puts "============"
|
|
puts "CR24728"
|
|
puts "============"
|
|
puts ""
|
|
|
|
############################################################
|
|
# Test image dumping with software accelerated GL context
|
|
############################################################
|
|
|
|
vcaps -softMode 1 -ffp 1
|
|
vinit View1
|
|
|
|
box b 1 2 3
|
|
vdisplay b
|
|
vfit
|
|
|
|
vdump $imagedir/${casename}.png
|