Create texture image

This commit is contained in:
2025-12-20 20:49:11 +00:00
parent 284a7a818a
commit 893a0e5452
105 changed files with 3734 additions and 4 deletions

View File

@@ -239,22 +239,22 @@ add_chapter (23_descriptor_sets
add_chapter (24_texture_image
SHADER 22_shader_ubo
TEXTURES ../../images/texture.jpg
TEXTURES images/texture.jpg
LIBS glm::glm)
# add_chapter (25_sampler
# SHADER 22_shader_ubo
# TEXTURES ../../images/texture.jpg
# TEXTURES images/texture.jpg
# LIBS glm::glm)
#
# add_chapter (26_texture_mapping
# SHADER 26_shader_textures
# TEXTURES ../../images/texture.jpg
# TEXTURES images/texture.jpg
# LIBS glm::glm)
#
# add_chapter (27_depth_buffering
# SHADER 27_shader_depth
# TEXTURES ../../images/texture.jpg
# TEXTURES images/texture.jpg
# LIBS glm::glm)
#
# add_chapter (28_model_loading