GLFW_FORMAT_UNAVAILABLE

The requested format is not supported or available.

If emitted during window creation, the requested pixel format is not supported.

If emitted when querying the clipboard, the contents of the clipboard could not be converted to the requested format.

@analysis If emitted during window creation, one or more hard constraints did not match any of the available pixel formats. If your application is sufficiently flexible, downgrade your requirements and try again. Otherwise, inform the user that their machine does not match your requirements.

@par If emitted when querying the clipboard, ignore the error or report it to the user, as appropriate.

extern (C) @nogc nothrow __gshared
enum GLFW_FORMAT_UNAVAILABLE = 0x00010009;

Meta