From db03a4bacf3ecbc170e0095d404a090a078c0d40 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sun, 13 Sep 2020 21:37:04 +0100 Subject: [PATCH] Updated description of diagram --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2073e3e94..8fa2f75ac 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ int main() { Build your own pre-compiled operations for domain specific workflows. -We also provide tools that allow you to [convert shaders into C++ headers](). +We also provide tools that allow you to [convert shaders into C++ headers](https://github.com/EthicalML/vulkan-kompute/blob/master/scripts/convert_shaders.py#L40). ```c++ @@ -231,7 +231,7 @@ Simplified Kompute Components

-(very tiny, check the docs to for details) +(very tiny, check the [full reference diagram in docs for details](https://ethicalml.github.io/vulkan-kompute/overview/reference.html))