Hello;
https://github.com/sametydev/SlateEngine/tree/main
My engine is available github i pushed all codes;
My problem is on DXFrameBuffer (SlateEngine/Engine/Graphics/Buffer/DXFrameBuffer),
I'm trying make a render texture and draw on editor, its working but on DXApplication::OnResize
App is crashing on this line (DXApplication::OnResize);
DXGI ERROR: IDXGISwapChain::ResizeBuffers: Swapchain cannot be resized unless all outstanding buffer references have been released. [ MISCELLANEOUS ERROR #19: ]
My DXFrameBuffer source code;
https://github.com/sametydev/SlateEngine/blob/main/SlateEngine/Engine/Graphics/Buffer/DXFrameBuffer.cpp
My call order (DXApplication.cpp : 90) | DXApplication::OnRun;
I know my engine's structre so bad, probably my pipeline order is wrong mb thats causes crash.
Normally I don't like to open a topic like this, I want to solve the error myself, but it doesn't work, I've worked for almost tens of hours, I've had a headache for 2 days and I still can't solve it xD
Thanks!