move assets and rfcs into docs (#172)

This commit is contained in:
XAMPPRocky 2020-10-29 10:01:28 +01:00 committed by GitHub
parent dc9c66963a
commit 0698e3f7df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,7 @@ However, many things aren't implemented yet: for example, loops and switches are
### Example
![Sky shader](assets/sky.jpg)
![Sky shader](docs/assets/sky.jpg)
```rust
#[spirv(entry = "fragment")]

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -2,3 +2,5 @@
- [Introduction](./introduction.md)
- [Attribute syntax](./attributes.md)
- [RFCs]()
- [001. Resource Binding Syntax](./rfcs/001-resource-binding-syntax.md)