destroyContext function stub
This commit is contained in:
@@ -19,6 +19,7 @@ class HC_GLOBAL HydraCore final : public hydra::IBase, public hydra::IOpenGlRend
|
||||
|
||||
// IOpenGlRendered
|
||||
void resetContext() override;
|
||||
void destroyContext() override;
|
||||
void setFbo(unsigned handle) override;
|
||||
void setGetProcAddress(void* function) override;
|
||||
|
||||
@@ -115,6 +116,8 @@ void HydraCore::resetContext() {
|
||||
emulator->initGraphicsContext(nullptr);
|
||||
}
|
||||
|
||||
void HydraCore::destroyContext() {}
|
||||
|
||||
void HydraCore::setFbo(unsigned handle) { renderer->setFBO(handle); }
|
||||
|
||||
void HydraCore::setGetProcAddress(void* function) { getProcAddress = function; }
|
||||
|
||||
Reference in New Issue
Block a user