examples: add cubemap example (#523)
Co-authored-by: Scott Johnson <scott.johnson@furniturerow.com>
This commit is contained in:
parent
70f4514c66
commit
f15cea9492
7 changed files with 443 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ pub fn build(b: *std.build.Builder) void {
|
|||
.{ .name = "textured-cube", .packages = &[_]Pkg{ Packages.zmath, Packages.zigimg }, .has_assets = true },
|
||||
.{ .name = "ecs-app", .packages = &[_]Pkg{} },
|
||||
.{ .name = "image-blur", .packages = &[_]Pkg{Packages.zigimg}, .has_assets = true },
|
||||
.{ .name = "cubemap", .packages = &[_]Pkg{ Packages.zmath, Packages.zigimg }, .has_assets = true },
|
||||
.{ .name = "map-async", .packages = &[_]Pkg{} },
|
||||
.{ .name = "sysaudio", .packages = &[_]Pkg{} },
|
||||
// NOTE: examples with std_platform_only should be placed at last
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue