Trace dump tool, for dumping pngs (and in the future more stuff).
This commit is contained in:
@@ -44,6 +44,8 @@ class GLContext : public GraphicsContext {
|
||||
void BeginSwap() override;
|
||||
void EndSwap() override;
|
||||
|
||||
std::unique_ptr<RawImage> Capture() override;
|
||||
|
||||
Blitter* blitter() { return &blitter_; }
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user