1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
puts "==========="
puts "OCC23069"
puts "==========="
puts ""
################################################################################
# OpenGL state extraction for GL_RENDER_MODE significantly impact performance
#
# Execution of the test case is actual only for testing on specific hardware.
# Test case will be updated after starting testing on hardware.
################################################################################
set BugNumber OCC23069
#vinit
#for {set anInter 1} {$anInter <= 1000} {incr anInter} {
# box b${anInter} [expr $anInter * 20] 0 0 10 20 30
# vdisplay b${anInter}
#}
#vfit
#set Log [vfps]
# it's necessary to check value of CPU and FPS
|