X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2Fvideo-driver.h;h=4512b9689d46182bcff08272258349f6fb40c437;hp=d697e5b5febad6a9412e0af53ee2854f3b9c52eb;hb=f0d999bd6865a03c42a2d7378fd60c7a469201f2;hpb=5e5b0caed972e0b225199551aff09c399edb8d3c 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);