2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 17:47:43 +00:00

Working HECL shader generation on D3D11/12

This commit is contained in:
Jack Andersen
2015-11-17 20:16:08 -10:00
parent 05f3854449
commit 6387b420ae
9 changed files with 79 additions and 15 deletions

View File

@@ -1,4 +1,5 @@
add_library(HECLBackend
GX.cpp
ProgrammableCommon.cpp
GLSL.cpp)
GLSL.cpp
HLSL.cpp)