perpare it for VertexColor3D material.

This commit is contained in:
2023-09-27 20:31:46 +08:00
parent 253d113375
commit 6c7f9ea9d1
16 changed files with 191 additions and 14 deletions

View File

@@ -7,7 +7,7 @@
set_property(TARGET ${name} PROPERTY VS_DPI_AWARE "PerMonitor")
ENDIF()
set_property(TARGET ${name} PROPERTY FOLDER "ULRE/Example/Vulkan/Basic")
set_property(TARGET ${name} PROPERTY FOLDER "ULRE/Example/Basic")
endmacro()
CreateProject(01_draw_triangle_in_NDC draw_triangle_in_NDC.cpp)