Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/zgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2529,7 +2529,7 @@ extern "C"

ZGUI_API void zguiDrawList_AddImage(
ImDrawList *draw_list,
ImTextureID user_texture_id,
ImTextureRef user_texture_id,
const float pmin[2],
const float pmax[2],
const float uvmin[2],
Expand All @@ -2547,7 +2547,7 @@ extern "C"

ZGUI_API void zguiDrawList_AddImageQuad(
ImDrawList *draw_list,
ImTextureID user_texture_id,
ImTextureRef user_texture_id,
const float p1[2],
const float p2[2],
const float p3[2],
Expand All @@ -2573,7 +2573,7 @@ extern "C"

ZGUI_API void zguiDrawList_AddImageRounded(
ImDrawList *draw_list,
ImTextureID user_texture_id,
ImTextureRef user_texture_id,
const float pmin[2],
const float pmax[2],
const float uvmin[2],
Expand Down
Loading