X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fvideo-driver.h;h=4512b9689d46182bcff08272258349f6fb40c437;hb=65527be1c7ad3f05ba651c25249fd8300f5f4fad;hp=d697e5b5febad6a9412e0af53ee2854f3b9c52eb;hpb=5e5b0caed972e0b225199551aff09c399edb8d3c;p=guile-irrlicht.git diff --git a/src/video-driver.h b/src/video-driver.h index d697e5b..4512b96 100644 --- a/src/video-driver.h +++ b/src/video-driver.h @@ -38,6 +38,12 @@ extern "C" { irr_video_beginScene (SCM wrapped_video_driver, SCM rest); + SCM + irr_video_drawVertexPrimitiveList (SCM wrapped_video_driver, + SCM vertices, + SCM indices, + SCM rest); + SCM irr_video_endScene (SCM wrapped_video_driver);