GLFW_PLATFORM_ERROR

A platform-specific error occurred that does not match any of the more specific categories.

A platform-specific error occurred that does not match any of the more specific categories.

@analysis A bug or configuration error in GLFW, the underlying operating system or its drivers, or a lack of required resources. Report the issue to our issue tracker.

extern (C) @nogc nothrow __gshared
enum GLFW_PLATFORM_ERROR = 0x00010008;

Meta