Graphite Version 3
An experimental 3D geometry processing program
Loading...
Searching...
No Matches
lua_imgui.h File Reference

LUA bindings for ImGUI. More...

#include <geogram_gfx/api/defs.h>
#include <geogram/third_party/lua/lua.h>

Go to the source code of this file.

Functions

void init_lua_imgui (lua_State *L)
 Registers ImGUI functions to LUA.
 

Detailed Description

LUA bindings for ImGUI.

Definition in file lua_imgui.h.

Function Documentation

◆ init_lua_imgui()

void init_lua_imgui ( lua_State *  L)

Registers ImGUI functions to LUA.

Parameters
[in]La pointer to the LUA state.