On Friday, 8 November 2013 at 02:57:25 UTC, Andrej Mitrovic wrote:
On 11/3/13, evilrat <[email protected]> wrote:
https://github.com/evilrat666/directx-d
Nice!
I tried porting one of the samples from the SDK but it uses
D3DX11CompileFromFile which is missing in the bindings.
MSDN says they recommend not using it (well.. why are they
using it in
the samples then?:
http://msdn.microsoft.com/en-us/library/windows/desktop/ff476261%28v=vs.85%29.aspx
So maybe it's not worth binding it? No idea. :)
its already in the bindings
https://github.com/evilrat666/directx-d/blob/master/src/directx/d3dx11async.d#L79
however i may forgot to add public import this module in d3dx11.