examples: add pixel post processing effect example

This commit is contained in:
Diego Arias 2022-09-16 15:56:16 -03:00 committed by Stephen Gutekanst
parent 6183e39593
commit eef76effe3
9 changed files with 618 additions and 0 deletions

View file

@ -78,6 +78,7 @@ pub fn build(b: *std.build.Builder) void {
.{ .name = "triangle-msaa" },
.{ .name = "boids" },
.{ .name = "rotating-cube", .packages = &[_]Pkg{Packages.zmath} },
.{ .name = "pixel-post-process", .packages = &[_]Pkg{Packages.zmath} },
.{ .name = "two-cubes", .packages = &[_]Pkg{Packages.zmath} },
.{ .name = "instanced-cube", .packages = &[_]Pkg{Packages.zmath} },
.{ .name = "advanced-gen-texture-light", .packages = &[_]Pkg{Packages.zmath} },