diff options
Diffstat (limited to 'doc/html/newtest.html')
-rw-r--r-- | doc/html/newtest.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/html/newtest.html b/doc/html/newtest.html index 259fbfa..5e88679 100644 --- a/doc/html/newtest.html +++ b/doc/html/newtest.html @@ -97,6 +97,13 @@ The second major method is <B>compare()</B>. Some things to keep in mind: pass/fail assessments. </UL> +<P> +It's important to make sure that all OpenGL state variables are set +in the way you expect; otherwise a drawing operation can have surprising +results. This <A HREF="state.html">OpenGL Rendering and State +Cheat-Sheet</A> can help you determine what state variables you need +to set (and might suggest a few things that need testing, too). + <H2>New tests</H2> <P> |