Add Renderer::deinitGraphicsContext
This commit is contained in:
@@ -119,4 +119,5 @@ class RendererVK final : public Renderer {
|
||||
void textureCopy(u32 inputAddr, u32 outputAddr, u32 totalBytes, u32 inputSize, u32 outputSize, u32 flags) override;
|
||||
void drawVertices(PICA::PrimType primType, std::span<const PICA::Vertex> vertices) override;
|
||||
void screenshot(const std::string& name) override;
|
||||
void deinitGraphicsContext() override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user