3D_Fundamentals icon indicating copy to clipboard operation
3D_Fundamentals copied to clipboard

Does dx12 works on this project?

Open yhyu13 opened this issue 5 years ago • 1 comments

Hi chili,

Thanks for the great work! I was interested in your 3d fundamentals video series one day and tried this project on my computer. It seems your project was using dx11 (probably win7) at that time. My computer has dx12 (win10) installed, however. The program did run for a few frames then threw the error below.

Capture2

I found the bug locates at this line here while flipping the front and back buffer.

I'd like to know if this projects work with dx12? Or is there any plan to update it to dx12 and how hard is it?

Thanks!

yhyu13 avatar Jun 27 '19 14:06 yhyu13

The 3D Fundamentals framework is a software rasterized renderer using DX11 only for it's frame buffer. Going to DX12 wouldn't provide any benefit.

albinopapa avatar Aug 28 '20 21:08 albinopapa