Hello,
when I try to instantiate an object of type nvxio::Render as in the instruction below
std::unique_ptr<nvxio::Render> renderer(nvxio::createDefaultRender("Render Personal", width/2, height/2, NVXCU_DF_IMAGE_RGB));
the error is
Error: format == NVXCU_DF_IMAGE_RGBX failure in file src/NVX/Render/GlfwUIRenderImpl.cpp line 76
any type of vx_df_image_e gives me this error the only one you can create the object with is NVXCU_DF_IMAGE_RGBX, why?
Thanks
Sa