New scene items system

This commit is contained in:
2023-11-15 18:56:25 -06:00
parent 1817dcaf3a
commit 6c6203a41d
38 changed files with 1309 additions and 36 deletions

View File

@ -0,0 +1,16 @@
# Copyright (c) 2022 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Sources
# target_sources(${DAWN_TARGET_NAME}
# PRIVATE
# RenderManager.cpp
# BackBufferRenderTarget.cpp
# Texture.cpp
# TextureRenderTarget.cpp
# )
# Subdirs
add_subdirectory(mesh)