1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2025-01-19 11:52:16 +01:00
rpi-vk-driver/README.md

11 lines
363 B
Markdown
Raw Normal View History

2018-08-03 16:06:01 +01:00
# rpi-vk-driver
(not conformant yet, can't use official name or logo)
2018-08-26 14:49:21 +01:00
## Milestones
- [x] clear screen example working
2018-08-26 15:05:21 +01:00
- [ ] triangle example working
- [ ] shader from assembly, hardcoded vertices
- [ ] vertices/indices from vertex/index buffer object
- [ ] uniforms for matrix multiplication and animation
2018-08-26 15:06:04 +01:00
- [ ] texture coordinates and texture sampling