RenderDoc is a very useful tool to debug rendering, how ever an Irrlicht application can not use it due to this error: "context not created with CreateContextAttribs"
I hope Irrlicht team can make this work.
Feature request - Make possible to run with RenderDoc
Feature request - Make possible to run with RenderDoc
Re-creating Irrlicht with Vulkan: http://irrlicht.sourceforge.net/forum/v ... =6&t=52404
Re: Feature request - Make possible to run with RenderDoc
That error message says RenderDoc expects only GL 3.2 core contexts... which Irrlicht doesnt support (except some semi-dead SVN branch)
If you can accept minimum requirement of GL 4.3 I reccommend IrrlichtBAW (new release comming today)
If you can accept minimum requirement of GL 4.3 I reccommend IrrlichtBAW (new release comming today)