Home | History | Annotate | Download | only in tests

Lines Matching refs:app_info

279         this->app_info.sType = VK_STRUCTURE_TYPE_APPLICATION_INFO;
280 this->app_info.pNext = NULL;
281 this->app_info.pApplicationName = "layer_tests";
282 this->app_info.applicationVersion = 1;
283 this->app_info.pEngineName = "unittest";
284 this->app_info.engineVersion = 1;
285 this->app_info.apiVersion = VK_API_VERSION_1_0;