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 85c8eff commit e3b9876Copy full SHA for e3b9876
build/vcpkg/test/main.cpp
@@ -8,7 +8,9 @@
8
9
int main(int argc, const char** argv){
10
std::function<void()> f = [](){
11
- ruis::render::opengl::context c;
+ ruis::render::opengl::context c(
12
+ utki::make_shared<ruis::render::native_window>()
13
+ );
14
};
15
16
// do not call f() to avoid segmentation fault, becuase OpenGL is not initialized
0 commit comments