From badbb53a6ed090111c88771bbfde071311aa27be Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Mon, 25 Jan 2016 10:22:04 -1000 Subject: [PATCH] Update README.md --- hecl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hecl/README.md b/hecl/README.md index e12bc6129..ec5ab6668 100644 --- a/hecl/README.md +++ b/hecl/README.md @@ -1,6 +1,6 @@ ### HECL (high-level, extensible combiner language) -HECL is a toolkit for building custom asset pipelines, assisting the development of conversion tools and runtime loaders. +**HECL** is a toolkit for building custom asset pipelines, assisting the development of conversion tools and runtime loaders. The most significant feature is the intermediate HECL language, using an expressive command syntax to represent cross-platform shaders. This includes a common source representation and intermediate binary representation. Complete vertex and fragment shader programs are generated for supported platforms and may be built on-demand as part of a 3D application runtime.