|
|
@ -254,10 +254,11 @@ jobs:
|
|
|
|
EOF
|
|
|
|
EOF
|
|
|
|
g++ -I. -Wall -Wformat -o example_single_file example_single_file.cpp
|
|
|
|
g++ -I. -Wall -Wformat -o example_single_file example_single_file.cpp
|
|
|
|
|
|
|
|
|
|
|
|
- name: Build example_null (with large ImDrawIdx)
|
|
|
|
- name: Build example_null (with large ImDrawIdx + pointer ImTextureID)
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
cat > example_single_file.cpp <<'EOF'
|
|
|
|
cat > example_single_file.cpp <<'EOF'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define ImTextureID void*
|
|
|
|
#define ImDrawIdx unsigned int
|
|
|
|
#define ImDrawIdx unsigned int
|
|
|
|
#define IMGUI_IMPLEMENTATION
|
|
|
|
#define IMGUI_IMPLEMENTATION
|
|
|
|
#include "misc/single_file/imgui_single_file.h"
|
|
|
|
#include "misc/single_file/imgui_single_file.h"
|
|
|
|