add example "texture_outline"

Which demonstrates shader support
This commit is contained in:
Jordan O'Leary 2023-03-23 11:57:14 -04:00
parent 1e06706bff
commit e83f8a01b1
4 changed files with 117 additions and 0 deletions

View file

@ -50,6 +50,11 @@ pub fn build(b: *Builder) void {
.path = "examples/core/2d_camera.zig",
.desc = "Shows the functionality of a 2D camera",
},
.{
.name = "texture_outline",
.path = "examples/shaders/texture_outline.zig",
.desc = "Uses a shader to create an outline around a sprite",
},
// .{
// .name = "models_loading",
// .path = "examples/models/models_loading.zig",