Aquatic-Games/Pie

HLSL shader support

Closed this issue · 2 comments

Currently only GLSL is supported by Pie.ShaderCompiler, and Device.CreateShader (without cross platform) doesn't provide any features to support HLSL either (although please see #22 before continuing)

This should have been implemented, just needs testing.

Pretty much worked out of the box, just required a couple of extra parameters added in c60dd15.