Will Directx 12 affect zandronum/gzdoom somehow?
- ibm5155
- Addicted to Zandronum
- Posts: 1641
- Joined: Tue Jun 05, 2012 9:32 pm
- Location: Somewhere, over the rainbow
Will Directx 12 affect zandronum/gzdoom somehow?
Yes, they use opengl, but, doesn't software render use directx for rendering all the stuff? or even opengl stuff could be affected?
Projects
Cursed Maze: DONE, V2.0
Zombie Horde - ZM09 map update: [3/15/13]
Need help with English? Then you've come to the right place!
<this post is proof of "Decline">
Cursed Maze: DONE, V2.0
Zombie Horde - ZM09 map update: [3/15/13]
Need help with English? Then you've come to the right place!
<this post is proof of "Decline">
-
- Posts: 78
- Joined: Fri Feb 14, 2014 1:43 am
RE: Will Directx 12 affect zandronum/gzdoom somehow?
AFAIK, the only thing DirectX gives to software renderer is the possibility of using 32-bits textures. If any shit happen, vid_hw2d 0 will fix, in theory.
IMPLEMENT WEAPON PICKUP PREDICTION 2K14! VOTE NOW! YES/YES
In fact, I hate Kelvins, and humans too, because they are carrying nearly 300 of them EVERYWHERE!
In fact, I hate Kelvins, and humans too, because they are carrying nearly 300 of them EVERYWHERE!
RE: Will Directx 12 affect zandronum/gzdoom somehow?
I thought the scene was just rendered by the CPU and the frame + HUD elements drawn onto the screen via DirectX. I don't think DX12 will affect any functions as basic as that.
-
- Posts: 78
- Joined: Fri Feb 14, 2014 1:43 am
RE: Will Directx 12 affect zandronum/gzdoom somehow?
Oh yeah, you are right, pardon for my misconception: http://zdoom.org/wiki/CVARs:Display#vid_hw2d
If false, this disables hardware assistance for the 2D layer when using the Direct3D renderer. However, hardware rendering is still used to get the data to the screen, contrarily to vid_forceddraw.
IMPLEMENT WEAPON PICKUP PREDICTION 2K14! VOTE NOW! YES/YES
In fact, I hate Kelvins, and humans too, because they are carrying nearly 300 of them EVERYWHERE!
In fact, I hate Kelvins, and humans too, because they are carrying nearly 300 of them EVERYWHERE!
-
- Forum Regular
- Posts: 262
- Joined: Wed Jun 06, 2012 2:15 am
RE: Will Directx 12 affect zandronum/gzdoom somehow?
Honestly, it won't matter. According to the Compilation page on the wiki, the June 2010 version of the DirectX SDK is the last version to support DirectDraw, which ZDoom (and hence Zandronum) needs to compile, and therefore will forever be stuck at that version. This ultimately means that new changes will not affect ZDoom/Zan, for better or for worse.