add example "texture_outline"
Which demonstrates shader support
This commit is contained in:
parent
1e06706bff
commit
e83f8a01b1
4 changed files with 117 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue