1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2025-02-19 16:54:18 +01:00

Update README.md

This commit is contained in:
Yours3lf 2019-09-29 14:58:32 +01:00 committed by GitHub
parent f6c74452c0
commit 59230e5d89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,6 @@
- [ ] Vertex attrib format
- [ ] Platform features
- [ ] Layer support
- [ ] Pipeline cache support
- [ ] WSI
- [ ] Direct to display support
- [ ] Secondary command buffers
@ -89,6 +88,7 @@ CPU performance (eg. number of draw calls) should be enough on the quad-core PIs
- 32 bit indices
- instancing
- some vertex buffer formats
- pipeline caches (doesn't make sense with assembly shaders)
### What additional features will this driver support?
- I already added support (to be polished) to load shader assembly. This will enable devs to optimise shaders to the last cycle.