mauvecow / DxPortLib

DxPortLib is a portability library for DxLib based software.
Other
41 stars 6 forks source link

Long-term: Mojoshader integration. #5

Open mauvecow opened 8 years ago

mauvecow commented 8 years ago

We're going to need native shader support, and we're going to especially need DX9 shader inputs to handle games that use custom shaders. So we might as well just add Mojoshader and properly handle HLSL -> GLSL conversions as appropriate.

This would involve:

Not terribly bad, but should probably wait until after DX9 support( #3 ) is in, so we can compare.