feat: textures image loading example (#167)

Co-authored-by: Mikolaj Witkowski <notai@mikolajs-mbp.home>
This commit is contained in:
Miko 2024-11-08 15:10:19 +01:00 committed by GitHub
parent 6c0774619d
commit f5abffe4f7
Failed to generate hash of commit
2 changed files with 73 additions and 0 deletions

View file

@ -276,6 +276,12 @@ pub fn build(b: *std.Build) !void {
.path = "examples/text/text_format_text.zig",
.desc = "Renders variables as text",
},
.{
.name = "textures_image_loading",
.path = "examples/textures/textures_image_loading.zig",
.desc = "Image loading and texture creation",
},
// .{
// .name = "models_loading",
// .path = "examples/models/models_loading.zig",