From f70052af6bf506cb1146cf097505f1ccc2d220cf Mon Sep 17 00:00:00 2001 From: Yours3lf <0.tamas.marton@gmail.com> Date: Thu, 18 Jun 2020 19:30:19 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27a6d1b..d538661 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # RPi-VK-Driver -RPi-VK-Driver is a low level GPU driver for the Broadcom Videocore IV GPU that implements a subset of the VulkanĀ® standard. The implementation is not conformant to the standard but tries to follow it as closely as the hardware allows for it. +RPi-VK-Driver is a low level GPU driver for the Broadcom Videocore IV GPU that implements a subset of the VulkanĀ® standard. The implementation is not conformant to the standard (therefore it cannot be called a Vulkan driver, officially) but tries to follow it as closely as the hardware allows for it. Compared to the available OpenGL drivers it offers superb speed including precise and predictable memory management and multi-threaded command submission. It also offers a wider feature set such as MSAA support, low level assembly shaders and performance counters. On the other hand it currently does not support GLSL shaders.