From cdb719b23998f4ba73cf3c696c7a82e2f4dc5342 Mon Sep 17 00:00:00 2001 From: jussi Date: Tue, 10 Dec 2024 21:50:10 +0200 Subject: EXPOSE_API_SYMBOLS, SetShaderValueWithBuffer and SetShaderValueVWithBuffer. --- include/core.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/core.h') 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 ); -- cgit v1.2.3