Blatant copy rcorre's 'Fix SetShaderValue and port rlights.'
This commit is contained in:
parent
3e6462d3af
commit
bc85894992
7 changed files with 342 additions and 21 deletions
|
|
@ -55,6 +55,11 @@ pub fn build(b: *Builder) void {
|
|||
.path = "examples/models/models_loading.zig",
|
||||
.desc = "Loads a model and renders it",
|
||||
},
|
||||
.{
|
||||
.name = "shaders_basic_lighting",
|
||||
.path = "examples/shaders/shaders_basic_lighting.zig",
|
||||
.desc = "Loads a model and renders it",
|
||||
},
|
||||
};
|
||||
|
||||
const examples_step = b.step("examples", "Builds all the examples");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue