Texture sampling

This commit is contained in:
2025-12-20 23:45:54 +00:00
parent 893a0e5452
commit 717a8f1869
4 changed files with 2299 additions and 10 deletions

View File

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