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

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Unknown 2019-09-22 18:59:21 +01:00
commit ff6be98a51

View File

@ -7,9 +7,9 @@
- [x] shader from assembly, vertices from vertex buffer object, no uniforms, color hardcoded
- [x] uniforms for matrix multiplication and animation
- [x] texture coordinates and texture sampling
- [ ] varyings
- [x] varyings
- [x] Multiple vertex attributes
- [ ] Depth / stencil buffers
- [ ] Multiple vertex attributes
- [ ] Indexed draw calls
- [x] Shader compiler chain
- [x] QPU assembler / disassembler