you can now print images on the screen

This commit is contained in:
2026-04-16 00:29:05 +02:00
parent 291f774a95
commit 952c5062bc
7 changed files with 7523 additions and 9 deletions

View File

@@ -12,7 +12,8 @@ add_executable(${PROJECT_NAME} src/main.cpp
include/defines.hpp
src/Shader.cpp
include/Shader.hpp
include/IndexBuffer.hpp)
include/IndexBuffer.hpp
libs/stb_image.hpp)
target_compile_definitions(${PROJECT_NAME} PRIVATE $<$<CONFIG:Debug>:_DEBUG>)