Example Triangle Pog

This commit is contained in:
2022-10-18 22:02:03 -07:00
parent 9e19a621a5
commit 2a387421d8
21 changed files with 525 additions and 10 deletions

View File

@ -7,4 +7,7 @@
target_sources(${DAWN_TARGET_NAME}
PRIVATE
RenderManager.cpp
)
)
# Subdirs
add_subdirectory(mesh)