Copying over the shader translator - generating d3d shaders now.

This commit is contained in:
Ben Vanik
2014-12-27 00:42:15 -08:00
parent 6573c87b8d
commit 58cff84550
9 changed files with 1841 additions and 30 deletions

View File

@@ -12,6 +12,8 @@
'gl4_graphics_system.h',
'gl4_shader.cc',
'gl4_shader.h',
'gl4_shader_translator.cc',
'gl4_shader_translator.h',
'gl_context.cc',
'gl_context.h',
],