Thread overview
DirectX 12 bindings.
Dec 01, 2015
Denis Gladkiy
Dec 01, 2015
ZombineDev
Dec 01, 2015
extrawurst
Dec 02, 2015
Rikki Cattermole
Dec 02, 2015
Denis Gladkiy
Dec 02, 2015
Rikki Cattermole
Dec 02, 2015
develop32
December 01, 2015
Where can I find DirectX 12 bindings for D?
December 01, 2015
On Tuesday, 1 December 2015 at 14:45:57 UTC, Denis Gladkiy wrote:
> Where can I find DirectX 12 bindings for D?

I'm working on a DirectX 12 binding (and I'll be making a Vulkan one, when Vulkan is released), but there's no ETA. I don't know if there are others also working on DirectX 12 bindings.
December 01, 2015
On Tuesday, 1 December 2015 at 14:45:57 UTC, Denis Gladkiy wrote:
> Where can I find DirectX 12 bindings for D?

Pretty outdated: http://www.dsource.org/projects/ddirectx9
But maybe a good starting point?

--Stephan
December 02, 2015
On 02/12/15 3:45 AM, Denis Gladkiy wrote:
> Where can I find DirectX 12 bindings for D?

There is https://github.com/evilrat666/directx-d
Which plans by the looks of things to support it eventually.
Right now it sits at DX11.
December 02, 2015
On Wednesday, 2 December 2015 at 02:05:22 UTC, Rikki Cattermole wrote:
> On 02/12/15 3:45 AM, Denis Gladkiy wrote:
>> Where can I find DirectX 12 bindings for D?
>
> There is https://github.com/evilrat666/directx-d
> Which plans by the looks of things to support it eventually.
> Right now it sits at DX11.

Last update was in 2014. What are the signs of upcoming DirectX 12 support?
December 02, 2015
On 02/12/15 5:17 PM, Denis Gladkiy wrote:
> On Wednesday, 2 December 2015 at 02:05:22 UTC, Rikki Cattermole wrote:
>> On 02/12/15 3:45 AM, Denis Gladkiy wrote:
>>> Where can I find DirectX 12 bindings for D?
>>
>> There is https://github.com/evilrat666/directx-d
>> Which plans by the looks of things to support it eventually.
>> Right now it sits at DX11.
>
> Last update was in 2014. What are the signs of upcoming DirectX 12 support?

Okay I may have stretched it a little on that one.
But it shouldn't be too hard to do that last bit of work.
December 02, 2015
On Wednesday, 2 December 2015 at 04:26:39 UTC, Rikki Cattermole wrote:
> On 02/12/15 5:17 PM, Denis Gladkiy wrote:
>> On Wednesday, 2 December 2015 at 02:05:22 UTC, Rikki Cattermole wrote:
>>> On 02/12/15 3:45 AM, Denis Gladkiy wrote:
>>>> Where can I find DirectX 12 bindings for D?
>>>
>>> There is https://github.com/evilrat666/directx-d
>>> Which plans by the looks of things to support it eventually.
>>> Right now it sits at DX11.
>>
>> Last update was in 2014. What are the signs of upcoming DirectX 12 support?
>
> Okay I may have stretched it a little on that one.
> But it shouldn't be too hard to do that last bit of work.

Why? The two APIs are so different that it's no use to base the work on current DirectX 11 bindings.
That said though, 12th is much smaller so it's less work anyways.