mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-25 20:38:36 +00:00
[cimgui 1.53.1] Add binding to igEndFrame
This commit is contained in:
parent
4eef43f62b
commit
cd37cf9993
@ -946,6 +946,7 @@ extern "C" {
|
|||||||
pub fn igGetDrawData() -> *mut ImDrawData;
|
pub fn igGetDrawData() -> *mut ImDrawData;
|
||||||
pub fn igNewFrame();
|
pub fn igNewFrame();
|
||||||
pub fn igRender();
|
pub fn igRender();
|
||||||
|
pub fn igEndFrame();
|
||||||
pub fn igShutdown();
|
pub fn igShutdown();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user