From 2918a2ef15af0b758687eb710dddf6595e6ced32 Mon Sep 17 00:00:00 2001 From: John Kessenich Date: Thu, 26 Jan 2017 12:12:36 -0700 Subject: [PATCH] README: point to HLSL status issues --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cfdce18..193e38da 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ There are several components: 1. A GLSL/ESSL front-end for reference validation and translation of GLSL/ESSL into an AST. -2. An HLSL front-end for translation of a broad generic HLL into the AST. +2. An HLSL front-end for translation of a broad generic HLL into the AST. See [issue 362](https://github.com/KhronosGroup/glslang/issues/362) and [issue 701](https://github.com/KhronosGroup/glslang/issues/701) for current status. 3. A SPIR-V back end for translating the AST to SPIR-V.