added WorkObject.h

This commit is contained in:
2025-01-24 13:23:57 +08:00
parent 0a2862a051
commit 487d3c4978
5 changed files with 290 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
set_property(TARGET ${name} PROPERTY FOLDER "ULRE/Example/Basic")
endmacro()
CreateProject(00_RenderFrameworkTest rf_test.cpp)
CreateProject(01_draw_triangle_in_NDC draw_triangle_in_NDC.cpp)
CreateProject(02_draw_triangle_use_UBO draw_triangle_use_UBO.cpp)
CreateProject(03_auto_instance auto_instance.cpp)