1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2024-11-29 11:24:14 +01:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Unknown 2018-08-26 18:52:26 +01:00
commit ceab6234cd

View File

@ -1,2 +1,10 @@
# 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