Bug 1681870 - Fix markdown formatting of README. r=lsalzman

Differential Revision: https://phabricator.services.mozilla.com/D99417
This commit is contained in:
Jeff Muizelaar 2020-12-11 04:13:04 +00:00
parent 241c52c3ae
commit a7e8085d06

View File

@ -2,7 +2,8 @@ A GLSL to C++ translator.
Translates GLSL to vectorized C++. Intended for use with WebRender software backend.
== Architecture ==
Architecture
------------
GLSL code is parsed by the glsl crate. In hir.rs we traverse the resulting AST
and build a higher level representation by doing type checking and name
resolution. The resulting hir tree is traversed by lib.rs to output C++ code.