1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2024-11-29 11:24:14 +01:00
VK driver for the Raspberry Pi (Broadcom Videocore IV)
Go to file
2018-09-27 22:17:31 +01:00
brcm fixed some warnings 2018-08-25 11:03:29 +01:00
driver shader record and attribute record now handled 2018-09-27 22:17:31 +01:00
external fixed dumping 2018-08-21 22:13:19 +01:00
test shader record and attribute record now handled 2018-09-27 22:17:31 +01:00
.gitignore added surface creator extension 2018-05-07 16:13:39 +01:00
CMakeLists.txt added control list dumping 2018-08-21 21:03:43 +01:00
README.md Update README.md 2018-09-09 15:50:08 +01:00

rpi-vk-driver

(not conformant yet, can't use official name or logo)

Milestones

  • clear screen example working
  • triangle example working
    • shader from assembly, vertices from vertex buffer object, no uniforms, color hardcoded
    • uniforms for matrix multiplication and animation
    • texture coordinates and texture sampling
    • shader compiled from spirv