Definition at line 51 of file playground.cc.
◆ GLFWInitializer()
| impeller::Playground::GLFWInitializer::GLFWInitializer |
( |
| ) |
|
|
inline |
Definition at line 52 of file playground.cc.
69 static std::once_flag sOnceInitializer;
70 std::call_once(sOnceInitializer, []() {
71 ::glfwSetErrorCallback([](
int code,
const char* description) {
72 FML_LOG(ERROR) <<
"GLFW Error '" << description <<
"' (" << code
75 FML_CHECK(::glfwInit() == GLFW_TRUE);
The documentation for this struct was generated from the following file: