Implement frames in flight and swap chain recreation

This commit is contained in:
2025-12-18 00:06:54 +00:00
parent 88b5efc393
commit f7d49d8085
3 changed files with 1350 additions and 6 deletions

View File

@@ -207,12 +207,12 @@ add_chapter (14_command_buffers
add_chapter (15_hello_triangle
SHADER 09_shader_base)
# add_chapter (16_frames_in_flight
# SHADER 09_shader_base)
#
# add_chapter (17_swap_chain_recreation
# SHADER 09_shader_base)
#
add_chapter (16_frames_in_flight
SHADER 09_shader_base)
add_chapter (17_swap_chain_recreation
SHADER 09_shader_base)
# add_chapter (18_vertex_input
# SHADER 18_shader_vertexbuffer
# LIBS glm::glm)