1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2025-02-12 09:54:20 +01:00
rpi-vk-driver/README.md

22 lines
573 B
Markdown
Raw Normal View History

2020-06-18 18:03:19 +01:00
# RPi-VK-Driver
2020-06-18 18:06:31 +01:00
RPi-VK-Driver is a low level GPU driver for the Broadcom Videocore IV GPU that implements a subset of the Vulkan (R) standard. The implementation is not conformant to the standard but tries to follow it as closely as the hardware allows for it.
2018-11-17 15:57:20 +00:00
2020-06-18 18:03:19 +01:00
## Supported hardware
The driver currently supports the following Raspberry Pi models:
- Zero
- Zero W
- 1 Model A
- 1 Model A+
- 1 Model B
- 1 Model B+
- 2 Model B
- 3 Model A+
- 3 Model B
- 3 Model B+
- Compute Module 1
- Compute Module 3
- Compute Module 3 lite
- Compute Module 3+
- Compute Module 3+ lite
2019-12-08 15:41:34 +00:00