examples: prepare for adding more examples
This commit is contained in:
parent
2496b50b16
commit
9489fe7083
4 changed files with 1 additions and 1 deletions
3
examples/triangle/frag.wgsl
Normal file
3
examples/triangle/frag.wgsl
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
@stage(fragment) fn main() -> @location(0) vec4<f32> {
|
||||
return vec4<f32>(1.0, 0.0, 0.0, 1.0);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue