Hi I was wondering if it was possible to use directx within a window created using SFML.
Basically I want to provide an OpenGL and a DirectX renderer for a game I am writing and I only want SFML to handle all of the Win32 stuff such as window creation, input and event handling.
Is that possible?
If so what kinda stuff would I need to do to accomplish this?
Many thanks,
James Mintram