summaryrefslogtreecommitdiff
path: root/include/core.h
diff options
context:
space:
mode:
authorjussi2024-12-10 21:50:10 +0200
committerjussi2024-12-10 21:50:10 +0200
commitcdb719b23998f4ba73cf3c696c7a82e2f4dc5342 (patch)
tree5d18ff52578014ee62dd57d6ba27d3ef6ccea711 /include/core.h
parentcb2b0e4dff5e1d98054f9e5f809fd3a14cd220a1 (diff)
downloadreilua-enhanced-cdb719b23998f4ba73cf3c696c7a82e2f4dc5342.tar.gz
reilua-enhanced-cdb719b23998f4ba73cf3c696c7a82e2f4dc5342.tar.bz2
reilua-enhanced-cdb719b23998f4ba73cf3c696c7a82e2f4dc5342.zip
EXPOSE_API_SYMBOLS, SetShaderValueWithBuffer and SetShaderValueVWithBuffer.
Diffstat (limited to 'include/core.h')
-rw-r--r--include/core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core.h b/include/core.h
index e196446..0813268 100644
--- a/include/core.h
+++ b/include/core.h
@@ -85,6 +85,8 @@ int lcoreSetShaderValueMatrix( lua_State* L );
int lcoreSetShaderValueTexture( lua_State* L );
int lcoreSetShaderValue( lua_State* L );
int lcoreSetShaderValueV( lua_State* L );
+int lcoreSetShaderValueWithBuffer( lua_State* L );
+int lcoreSetShaderValueVWithBuffer( lua_State* L );
int lcoreUnloadShader( lua_State* L );
/* Screen-space-related functions. */
int lcoreGetScreenToWorldRay( lua_State* L );