examples: add triangle-msaa
This commit is contained in:
parent
194971586d
commit
06b0609ada
4 changed files with 128 additions and 0 deletions
|
|
@ -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} },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue