Skip to content

Commit

Permalink
[cimgui 1.53.1] Add binding to igEndFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
malikolivier committed May 1, 2018
1 parent 4eef43f commit cd37cf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imgui-sys/src/lib.rs
Expand Up @@ -946,6 +946,7 @@ extern "C" {
pub fn igGetDrawData() -> *mut ImDrawData;
pub fn igNewFrame();
pub fn igRender();
pub fn igEndFrame();
pub fn igShutdown();
}

Expand Down

0 comments on commit cd37cf9

Please sign in to comment.