添加Example 模块,并且在设备上跑通双纹理效果
This commit is contained in:
+1
-1
@@ -147,7 +147,7 @@ void AppBase::createInstance()
|
||||
|
||||
VkApplicationInfo appInfo{};
|
||||
appInfo.sType = VK_STRUCTURE_TYPE_APPLICATION_INFO;
|
||||
appInfo.pApplicationName = "Sample";
|
||||
appInfo.pApplicationName = "example";
|
||||
appInfo.applicationVersion = VK_MAKE_VERSION(1, 0, 0);
|
||||
appInfo.pEngineName = "No Engine";
|
||||
appInfo.engineVersion = VK_MAKE_VERSION(1, 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user