1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2025-02-20 17:54:17 +01:00
rpi-vk-driver/README.md
2018-08-26 15:06:04 +01:00

11 lines
363 B
Markdown

# rpi-vk-driver
(not conformant yet, can't use official name or logo)
## Milestones
- [x] clear screen example working
- [ ] triangle example working
- [ ] shader from assembly, hardcoded vertices
- [ ] vertices/indices from vertex/index buffer object
- [ ] uniforms for matrix multiplication and animation
- [ ] texture coordinates and texture sampling