radeon_gpu_profiler icon indicating copy to clipboard operation
radeon_gpu_profiler copied to clipboard

Support more Graphics API for real game development life

Open Chinayang1 opened this issue 10 months ago • 1 comments

Hope you can support DirectX3D 11 and OpenGL API for real game development life.

Chinayang1 avatar Feb 12 '25 03:02 Chinayang1

I agree, especially since I couldn't get rid of DirectX 11 even if I moved on to DirectX 12... I'm using Direct2D to handle the 2D side of things (like text and vector graphics) in my 3D engine, and I have to create a separate D3D11 device for it to function (I don't want to use D3D11on12 because it has not been optimized for performance)

wd357dui avatar Mar 01 '25 14:03 wd357dui