We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a84ab commit da50e7cCopy full SHA for da50e7c
src/Interface/Modules/Render/ES/Core.h
@@ -49,7 +49,7 @@ namespace Render {
49
void runGCOnNextExecution(){runGC = true;}
50
51
private:
52
- bool hasGeomPromise();
+ bool hasGeomPromise() const;
53
54
int64_t mCoreSequence; ///< Sequence number (frame) since start.
55
spire::GLState mDefaultGLState; ///< Default OpenGL state.
0 commit comments