diff options
Diffstat (limited to 'include/core.h')
| -rw-r--r-- | include/core.h | 2 |
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 ); |
