change back from atlas texture for tiles to array texture

add callback support for imgui sdlgpu3 backend
This commit is contained in:
Sven Balzer
2025-03-20 12:10:23 +01:00
parent e87a66b984
commit 3a2b156951
9 changed files with 794 additions and 359 deletions
+2
View File
@@ -70,6 +70,7 @@ endfunction()
add_shader(basic)
add_shader(world)
add_shader(gui_tile)
add_executable(mikemon
src/log.cpp
@@ -88,4 +89,5 @@ target_link_libraries(mikemon
add_dependencies(mikemon
SHADER_basic
SHADER_world
SHADER_gui_tile
)