This file contains GLFW renderer backend.
More...
Go to the source code of this file.
|
bool | Karma::KarmaGui_ImplGlfw_InitForOpenGL (GLFWwindow *window, bool install_callbacks) |
|
bool | Karma::KarmaGui_ImplGlfw_InitForVulkan (GLFWwindow *window, bool install_callbacks) |
|
bool | Karma::KarmaGui_ImplGlfw_InitForOther (GLFWwindow *window, bool install_callbacks) |
|
void | Karma::KarmaGui_ImplGlfw_Shutdown () |
|
void | Karma::KarmaGui_ImplGlfw_NewFrame () |
|
void | Karma::KarmaGui_ImplGlfw_InstallCallbacks (GLFWwindow *window) |
|
void | Karma::KarmaGui_ImplGlfw_RestoreCallbacks (GLFWwindow *window) |
|
void | Karma::KarmaGui_ImplGlfw_WindowFocusCallback (GLFWwindow *window, int focused) |
|
void | Karma::KarmaGui_ImplGlfw_CursorEnterCallback (GLFWwindow *window, int entered) |
|
void | Karma::KarmaGui_ImplGlfw_CursorPosCallback (GLFWwindow *window, double x, double y) |
|
void | Karma::KarmaGui_ImplGlfw_MouseButtonCallback (GLFWwindow *window, int button, int action, int mods) |
|
void | Karma::KarmaGui_ImplGlfw_ScrollCallback (GLFWwindow *window, double xoffset, double yoffset) |
|
void | Karma::KarmaGui_ImplGlfw_KeyCallback (GLFWwindow *window, int keycode, int scancode, int action, int mods) |
|
void | Karma::KarmaGui_ImplGlfw_CharCallback (GLFWwindow *window, unsigned int c) |
|
void | Karma::KarmaGui_ImplGlfw_MonitorCallback (GLFWmonitor *, int) |
|
This file contains GLFW renderer backend.
- Author
- Ravi Mohan (the_cowboy)
- Version
- 1.0
- Date
- February 7, 2023
- Copyright
- Karma Engine copyright(c) People of India