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

11 lines
387 B
Markdown
Raw Normal View History

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