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-09 15:45:14 +01:00
brcm fixed some warnings 2018-08-25 11:03:29 +01:00
driver added some of the implementation for the triangle example 2018-09-09 15:45:07 +01:00
external fixed dumping 2018-08-21 22:13:19 +01:00
test modified triangle test 2018-09-09 15:45:14 +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-08-26 15:06:04 +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, hardcoded vertices
    • vertices/indices from vertex/index buffer object
    • uniforms for matrix multiplication and animation
    • texture coordinates and texture sampling