Many stupid changes
This commit is contained in:
@@ -76,6 +76,9 @@ class Graphics : public Gfx::Graphics {
|
||||
virtual Gfx::OPipelineStatisticsQuery createPipelineStatisticsQuery(const std::string& name = "") override;
|
||||
virtual Gfx::OTimestampQuery createTimestampQuery(uint64 numTimestamps, const std::string& name = "") override;
|
||||
|
||||
virtual void beginDebugRegion(const std::string& name) override;
|
||||
virtual void endDebugRegion() override;
|
||||
|
||||
virtual void resolveTexture(Gfx::PTexture source, Gfx::PTexture destination) override;
|
||||
virtual void copyTexture(Gfx::PTexture src, Gfx::PTexture dst) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user