rework of textures, finalization of basic opengl rendering

This commit is contained in:
2024-07-14 16:04:12 +03:00
parent 55d85399e9
commit bd53a931c0
10 changed files with 243 additions and 245 deletions

View File

@ -58,7 +58,7 @@ source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} FILES ${SOURCE_FILES})
set_target_properties(${PROJECT_NAME} PROPERTIES
C_STANDARD 11
C_STANDARD_REQUIRED ON
C_EXTENSIONS OFF)
C_EXTENSIONS ON) # extensions are required by stb_ds.h
# distribution definitions
set(ORGANIZATION_NAME "wanp" CACHE STRING