How do I perform a runtime fullscreen/ and window mode swap s
- UnregisterClass
- Free all the directX device
- Re- initlize all the wc class format
- Re- initlize all the direct stuff
However, there is two problem to it.
- I managed to create a new window but the old window is closed or deleted.
- The client of the new Window is black. Which mean that the direct didnt link to new client.
2nd)