change back from atlas texture for tiles to array texture
add callback support for imgui sdlgpu3 backend
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user