[vello_shaders] Add a README

This commit is contained in:
Arman Uguray 2023-03-29 11:20:56 -07:00
parent 7a99ae5a9e
commit d2b41d628b

7
vello_shaders/README.md Normal file
View file

@ -0,0 +1,7 @@
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
pipelines on any GPU API while leaving the responsibility of all API interactions (such as
resource management and command encoding) up to the client.
The shaders can be pre-compiled to any target shading language at build time based on feature flags.
Currently only WGSL and Metal Shading Language are supported.