1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2024-12-01 13:24:20 +01:00

Update README.md

This commit is contained in:
Yours3lf 2019-09-22 16:46:05 +01:00 committed by GitHub
parent 554df2d709
commit 456c7e177e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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