commit | 211cc54c0b335d2b47b04f61147b0771dacf2145 | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Mon Feb 23 17:40:15 2015 -0700 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Mon Feb 23 17:54:24 2015 -0700 |
tree | 9891be05886b66548c711ec3c7a90a2d7428648b | |
parent | 4aeb501970f85694f1628522e8acefb47c8fef54 [diff] [blame] |
misc: Use XGL_API_VERSION instead of hard coded value
diff --git a/tests/xglrenderframework.h b/tests/xglrenderframework.h index ff6923f..42fcbfc 100644 --- a/tests/xglrenderframework.h +++ b/tests/xglrenderframework.h
@@ -94,7 +94,7 @@ this->app_info.appVersion = 1; this->app_info.pEngineName = "unittest"; this->app_info.engineVersion = 1; - this->app_info.apiVersion = XGL_MAKE_VERSION(0, 22, 0); + this->app_info.apiVersion = XGL_API_VERSION; InitFramework(); }