mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1681870 - Fix markdown formatting of README. r=lsalzman
Differential Revision: https://phabricator.services.mozilla.com/D99417
This commit is contained in:
parent
241c52c3ae
commit
a7e8085d06
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user