Blatant copy rcorre's 'Fix SetShaderValue and port rlights.'

This commit is contained in:
Not-Nik 2021-07-25 02:19:01 +02:00
parent 3e6462d3af
commit bc85894992
Failed to generate hash of commit
7 changed files with 342 additions and 21 deletions

View file

@ -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");