commit | e540934b2430e3da2b68fb3ca73eda3d2f973a7e | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Wed Oct 08 14:26:40 2014 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Fri Oct 31 15:29:15 2014 -0600 |
tree | 633ddeb5ba3000ae8ff86be8feff23ccc4c0d87c | |
parent | cb5a89c9e04560462f623ca5839d758f57bf0f68 [diff] [blame] |
tests: Now have two triangle tests using different shaders
diff --git a/tests/xgltestframework.h b/tests/xgltestframework.h index 0288c36..e48e4c6 100644 --- a/tests/xgltestframework.h +++ b/tests/xgltestframework.h
@@ -95,7 +95,7 @@ static std::list<XglTestImageRecord>::iterator m_display_image; static int m_display_image_idx; - bool m_glut_initialized; + static bool m_glut_initialized; static int m_window; static int m_width; // Window width static int m_height; // Window height