File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -375,22 +375,6 @@ class CairoPixmapRenderer final : public CairoRenderer {
375375 std::shared_ptr<Pixmap> ReadFrame () override ;
376376};
377377
378- // -----------------------------------------------------------------------------
379- // 3d renderers
380- // -----------------------------------------------------------------------------
381-
382- // An offscreen renderer based on OpenGL framebuffers.
383- class GlOffscreen {
384- public:
385- unsigned int framebuffer = 0 ;
386- unsigned int colorRenderbuffer = 0 ;
387- unsigned int depthRenderbuffer = 0 ;
388- std::vector<uint8_t > data;
389-
390- bool Render (int width, int height, std::function<void ()> renderFn);
391- void Clear ();
392- };
393-
394378// -----------------------------------------------------------------------------
395379// Factories
396380// -----------------------------------------------------------------------------
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments