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/Texture")
set_property(TARGET ${name} PROPERTY FOLDER "ULRE/Example/Texture")
endmacro()
CreateProject(05_texture_format texture_format_list.cpp)