SwapBufferEndianness.

This commit is contained in:
jussi
2024-12-15 18:38:07 +02:00
parent b4b81f68c4
commit 5ff5a37137
7 changed files with 112 additions and 18 deletions

View File

@@ -267,6 +267,7 @@ int lcoreLoadBufferFromString( lua_State* L );
int lcoreUnloadBuffer( lua_State* L );
int lcoreCopyBufferData( lua_State* L );
int lcoreSetBufferData( lua_State* L );
int lcoreSwapBufferEndianness( lua_State* L );
int lcoreGetBufferData( lua_State* L );
int lcoreGetBufferAsString( lua_State* L );
int lcoreGetBufferType( lua_State* L );