Adds support for dear_imgui_internal.h
This commit is contained in:
parent
76e41b87cd
commit
8a7d77cdd4
8 changed files with 168922 additions and 136 deletions
|
|
@ -44,6 +44,11 @@ Here's how to build `cimgui.h`:
|
|||
python3 $DEAR_BINDINGS_PATH/dear_bindings.py -o src/cached/cimgui $DEAR_IMGUI_PATH/imgui.h
|
||||
```
|
||||
|
||||
Here's how to build `cimgui_internal.h`:
|
||||
```sh
|
||||
python3 $DEAR_BINDINGS_PATH/dear_bindings.py -o src/cached/cimgui_internal --include $DEAR_IMGUI_PATH/imgui.h $DEAR_IMGUI_PATH/imgui_internal.h
|
||||
```
|
||||
|
||||
Here's how to build a backend, using Vulkan as an example:
|
||||
|
||||
```sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue