renamed to second_triangle.cpp instead of two_triangle.cpp
This commit is contained in:
@@ -24,8 +24,8 @@ macro(CreateQtProject name)
|
||||
set_property(TARGET ${name} PROPERTY FOLDER "ULRE/Example/Vulkan")
|
||||
endmacro()
|
||||
|
||||
CreateProject(00.triangle first_triangle.cpp)
|
||||
CreateProject(01.two_triangle two_triangle.cpp)
|
||||
CreateProject(00.1st_triangle first_triangle.cpp)
|
||||
CreateProject(01.2nd_triangle second_triangle.cpp)
|
||||
CreateProject(02.FragCoord FragCoordTest.cpp)
|
||||
CreateProject(03.indices_rect indices_rect.cpp)
|
||||
CreateProject(04.FullScreenTriangle FullScreenTriangle.cpp)
|
||||
|
@@ -1,4 +1,4 @@
|
||||
// 0.triangle
|
||||
// first_triangle
|
||||
// 该范例主要演示直接绘制一个渐变色的三角形
|
||||
|
||||
#include"VulkanAppFramework.h"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
// 1.two_triangle
|
||||
// 该范例主要演示使用CmdBindDescriptorSets偏移UBO绘图
|
||||
// second_triangle
|
||||
// 该范例主要演示使用场景树系统绘制三角形
|
||||
|
||||
#include"VulkanAppFramework.h"
|
||||
#include<hgl/math/Math.h>
|
Reference in New Issue
Block a user