From 888c99376fd7cce4c622ebaf29df6d1951c86ff0 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Fri, 2 Aug 2019 10:08:17 +0800 Subject: [PATCH] =?UTF-8?q?triangle=E8=8C=83=E4=BE=8B.cpp=E6=94=B9?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E4=BB=A5=E9=81=BF=E5=85=8D=E8=AF=AF=E4=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/Vulkan/CMakeLists.txt | 2 +- example/Vulkan/{main.cpp => first_triangle.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename example/Vulkan/{main.cpp => first_triangle.cpp} (100%) diff --git a/example/Vulkan/CMakeLists.txt b/example/Vulkan/CMakeLists.txt index 83710007..e2a39a76 100644 --- a/example/Vulkan/CMakeLists.txt +++ b/example/Vulkan/CMakeLists.txt @@ -7,7 +7,7 @@ ENDIF() endmacro() -CreateProject(00.triangle main.cpp) +CreateProject(00.triangle first_triangle.cpp) CreateProject(01.indices_rect indices_rect.cpp) CreateProject(02.texture_rect texture_rect.cpp TGATexture.cpp) CreateProject(03.HQFilterTexture HQFilterTexture.cpp TGATexture.cpp) diff --git a/example/Vulkan/main.cpp b/example/Vulkan/first_triangle.cpp similarity index 100% rename from example/Vulkan/main.cpp rename to example/Vulkan/first_triangle.cpp