Skip to content

Commit e49ba6f

Browse files
committed
README: Remove reference to HLSL compiler
1 parent eb56f92 commit e49ba6f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ MojoShader provides both a simple API to convert bytecode to various
1818
profiles, and (optionally) basic glue to rendering APIs to abstract the
1919
management of the shaders at runtime.
2020

21-
Work is in progress to allow MojoShader to work as a replacement stack for
22-
the D3DX shader tools. The library already provides a preprocessor and an
23-
assembler to generate bytecode from low-level source, and construction of
24-
a full HLSL compiler is in progress.
25-
2621
The library is meant to be statically linked to an application (just add a
2722
few .c files and headers to your build), allows the app to optionally
2823
specify an allocator, and is thread safe (although OpenGL itself is not).

0 commit comments

Comments
 (0)