vulkan: implement getAPIStats

This commit is contained in:
niki
2022-07-16 23:46:03 +02:00
parent 913aab0226
commit 6916182a79
6 changed files with 37 additions and 7 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ namespace love {
graphics::StreamBuffer* newStreamBuffer(BufferUsage type, size_t size) override;
bool dispatch(int x, int y, int z) override { return false; }
void initCapabilities() override;
void getAPIStats(int& shaderswitches) const override { }
void getAPIStats(int& shaderswitches) const override;
void setRenderTargetsInternal(const RenderTargets& rts, int pixelw, int pixelh, bool hasSRGBtexture) override;
private: