GetBufferAsString.

This commit is contained in:
jussi
2024-08-29 13:01:21 +03:00
parent 366f8f5c92
commit d40bf3a393
6 changed files with 40 additions and 0 deletions

View File

@@ -256,6 +256,7 @@ int lcoreUnloadBuffer( lua_State* L );
int lcoreCopyBufferData( lua_State* L );
int lcoreSetBufferData( lua_State* L );
int lcoreGetBufferData( lua_State* L );
int lcoreGetBufferAsString( lua_State* L );
int lcoreGetBufferType( lua_State* L );
int lcoreGetBufferSize( lua_State* L );
int lcoreGetBufferElementSize( lua_State* L );