www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - DirectX 12 bindings.

reply Denis Gladkiy <denis.gladkiy yahoo.com> writes:
Where can I find DirectX 12 bindings for D?
Dec 01 2015
next sibling parent ZombineDev <valid_email he.re> writes:
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.
Dec 01 2015
prev sibling next sibling parent extrawurst <stephan extrawurst.org> writes:
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
Dec 01 2015
prev sibling parent reply Rikki Cattermole <alphaglosined gmail.com> writes:
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.
Dec 01 2015
parent reply Denis Gladkiy <denis.gladkiy yahoo.com> writes:
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?
Dec 01 2015
parent reply Rikki Cattermole <alphaglosined gmail.com> writes:
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.
Dec 01 2015
parent develop32 <develop32 gmail.com> writes:
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.
Dec 02 2015