OpenGL调试时输出显存帧到图片的一些方法

1. 从帧缓存读取像素

bool GLUtils::saveRender(const std::string& tag,int w, int h,const char* func_name, int line){
   
    std

你可能感兴趣的:(渲染与数学,图形渲染)