Skip to content

Corillian/HLSLCrossCompiler

 
 

Repository files navigation

* D3D11 HLSL bytecode decoder.
* D3D11 HLSL bytecode to GLSL translator/compiler.

The tests directory contains HLSL, bytecode and asm versions of some shaders used to verify this decoder.

A cmake makefile can be found in the mk directory.

Generating hlsl_opcode_funcs_glsl.h
  Use fwrap.py -f hlsl_opcode_funcs.glsl
  fwrap.py can be found in my Helpful-scripts github rep.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 45.2%
  • C++ 35.4%
  • Logos 13.5%
  • Objective-C 2.6%
  • Shell 1.8%
  • Assembly 1.5%