Texture Rendering

This commit is contained in:
Isuru Samarathunga
2025-09-13 14:12:08 +05:30
parent 8a2baf6659
commit 50f3f14c47
25 changed files with 300 additions and 94 deletions

View File

@ -9,6 +9,8 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
project(IAEngine)
add_compile_definitions("__IA_DEBUG=1")
add_subdirectory(Vendor/)
add_subdirectory(Dependencies/IACore)