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

@ -0,0 +1,3 @@
@fragment fn main() -> @location(0) vec4<f32> {
return vec4<f32>(1.0, 0.0, 0.0, 1.0);
}