1) I want to use CEGUI with a D3D11 application and would like to get rid of the D3DX dependency (D3DX is deprecated now). This makes deployment of the application easier too since you don't need to deploy DirectSetup DLL's. You will still need the compiler dll but for the newest version Microsoft allows you to just put the dll in the game directory.
What this involves is removing the dependencies to d3dx11 and d3dx10 (using d3dcompiler) and using DirectXMath instead of D3DX.
The problem is that this would also make the Windows 8 SDK necessary to build. (Note that the Windows 8 SDK works with older versions of Windows too). Ogre3D has already made this move in the trunk.
So I'm gonna make this for myself, if you would be interested in this let me know, I'll add it to my repository.
2) Apart from this I also want to remove the D3DCompiler dependency because I want to compile the shaders myself and ship them compiled. Obviously this is something that has to be optional so I'm thinking that I could add some #defines and an option in the building configuration to turn this on. By default, it would still compile them online. Would this be cool?
Cheers.
Removing deprecated components from the D3D11 renderer
Moderators: CEGUI MVP, CEGUI Team
- CrazyEddie
- CEGUI Project Lead
- Posts: 6760
- Joined: Wed Jan 12, 2005 12:06
- Location: England
- Contact:
Re: Removing deprecated components from the D3D11 renderer
For myself, I think removing any dependency is a good thing, however for the v0-7 branch we cannot accept any change to dependencies at all (some people have different perspectives on this, but changing dependecies in any way for a so-called stable branch is not something we subscribe to). Of course changes in the default branch are more than welcome.
For point number 2, having the option to use precompiled or runtime compiled shaders, I don't see any reason why that can't happen
CE.
For point number 2, having the option to use precompiled or runtime compiled shaders, I don't see any reason why that can't happen
CE.
Useful Links: Forum Guidelines | Documentation | Tutorials | HOWTO | Videos | Donate to CEGUI | CEGUI Twitter
Return to “CEGUI Library Development Discussion”
Who is online
Users browsing this forum: No registered users and 6 guests