Skip to content

Commit

Permalink
Added a link to the shader translator tools description
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangfengel authored Oct 1, 2019
1 parent d20b040 commit 7f2d787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ We provide a shader translator, that translates one shader language -a superset
We expect this shader translator to be an easier to maintain solution for smaller game teams because it allows to add additional data to the shader source file with less effort. Such data could be for example a bucket classification or different shaders for different capability levels of the underlying platform, descriptor memory requirements or resource memory requirements in general, material info or just information to easier pre-compile pipelines.
The actual shader compilation will be done by the native compiler of the target platform.


There is a Wiki page on [how to use the Shader Translator](https://github.com/ConfettiFX/The-Forge/wiki/How-to-Use-The-Shader-Translator)



Expand Down

0 comments on commit 7f2d787

Please sign in to comment.