Enumerations | Functions
nuklear_glfw_gl2.h File Reference
#include <GLFW/glfw3.h>
Include dependency graph for nuklear_glfw_gl2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  nk_glfw_init_state { NK_GLFW3_DEFAULT = 0, NK_GLFW3_INSTALL_CALLBACKS }
 

Functions

NK_API void nk_gflw3_scroll_callback (GLFWwindow *win, double xoff, double yoff)
 
NK_API void nk_glfw3_char_callback (GLFWwindow *win, unsigned int codepoint)
 
NK_API void nk_glfw3_font_stash_begin (struct nk_font_atlas **atlas)
 
NK_API void nk_glfw3_font_stash_end (void)
 
NK_API struct nk_contextnk_glfw3_init (GLFWwindow *win, enum nk_glfw_init_state)
 
NK_API void nk_glfw3_new_frame (void)
 
NK_API void nk_glfw3_render (enum nk_anti_aliasing)
 
NK_API void nk_glfw3_shutdown (void)
 

Enumeration Type Documentation

Enumerator
NK_GLFW3_DEFAULT 
NK_GLFW3_INSTALL_CALLBACKS 

Definition at line 18 of file nuklear_glfw_gl2.h.

Function Documentation

NK_API void nk_gflw3_scroll_callback ( GLFWwindow win,
double  xoff,
double  yoff 
)
NK_API void nk_glfw3_char_callback ( GLFWwindow win,
unsigned int  codepoint 
)
NK_API void nk_glfw3_font_stash_begin ( struct nk_font_atlas **  atlas)
NK_API void nk_glfw3_font_stash_end ( void  )
NK_API struct nk_context* nk_glfw3_init ( GLFWwindow win,
enum  nk_glfw_init_state 
)
NK_API void nk_glfw3_new_frame ( void  )
NK_API void nk_glfw3_render ( enum  nk_anti_aliasing)
NK_API void nk_glfw3_shutdown ( void  )


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:27