CoconutDugMember
Profile
Reputation
Questions
Answers
Tutorials
Comments
Files
CreateSwapChain function returns empty/NULL tempSw...
1
rating
1
answers
1783
views
Hi,
I have been following the DirectX 12 tutorial and it has been great. Thank you by the way!
I ...
CreateSwapChain function returns empty/NULL tempSw...
Right, I managed to fix it, nothing wrong with the code, it was my own mistakes which led to the pro...
on Jan 23 `17
posted by: CoconutDug
CreateSwapChain function returns empty/NULL tempSw...
I just had a thought, could the problem be because the tutorial uses x64 but I used x86? For reasons...
on Jan 23 `17
posted by: CoconutDug
CreateSwapChain function returns empty/NULL tempSw...
I added the code of the InitD3D function in my question.
on Jan 23 `17
posted by: CoconutDug
CreateSwapChain function returns empty/NULL tempSw...
When I assign the return value of CreateSwapChain function to a HRESULT, stepping through the code, ...
on Jan 23 `17
posted by: CoconutDug
CreateSwapChain function returns empty/NULL tempSw...
When stepping through the code, the CreateSwapChain function seems to be skipped. When I press step ...
on Jan 22 `17
posted by: CoconutDug