examples: add triangle-msaa

This commit is contained in:
Ali Chraghi 2022-09-04 20:59:21 +04:30 committed by Stephen Gutekanst
parent 194971586d
commit 06b0609ada
4 changed files with 128 additions and 0 deletions

View file

@ -71,6 +71,7 @@ pub fn build(b: *std.build.Builder) void {
inline for ([_]ExampleDefinition{
.{ .name = "triangle" },
.{ .name = "triangle-msaa" },
.{ .name = "boids" },
.{ .name = "rotating-cube", .packages = &[_]Pkg{Packages.zmath} },
.{ .name = "two-cubes", .packages = &[_]Pkg{Packages.zmath} },