From 64020a3f77a188f43fd98bbfcd20c036a84d39b0 Mon Sep 17 00:00:00 2001 From: Arman Uguray Date: Wed, 29 Mar 2023 11:23:06 -0700 Subject: [PATCH] [vello_shaders] Fix typo in README --- vello_shaders/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vello_shaders/README.md b/vello_shaders/README.md index c0cf1af..9bec768 100644 --- a/vello_shaders/README.md +++ b/vello_shaders/README.md @@ -1,5 +1,5 @@ The `vello_shaders` crate provides a utility library to integrate the Vello shader modules into any -renderer project. The create provides the necessary metadata to construct the individual compute +renderer project. The crate provides the necessary metadata to construct the individual compute pipelines on any GPU API while leaving the responsibility of all API interactions (such as resource management and command encoding) up to the client.