[hlsl-writer] Scaffold the HLSL backend.

This CL adds the scaffolding for the HLSL backend.

Bug: tint:7
Change-Id: Iaf9f5159bc409f3ac71fcec281229258bdfa021b
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/25000
Reviewed-by: David Neto <dneto@google.com>
This commit is contained in:
dan sinclair
2020-07-20 22:13:37 +00:00
parent 5dee499c57
commit feffa9d887
13 changed files with 310 additions and 8 deletions

View File

@@ -46,4 +46,8 @@
#include "src/writer/msl/generator.h"
#endif // TINT_BUILD_MSL_WRITER
#if TINT_BUILD_HLSL_WRITER
#include "src/writer/hlsl/generator.h"
#endif // TINT_BUILD_HLSL_WRITER
#endif // INCLUDE_TINT_TINT_H_