diff options
| author | jussi | 2024-02-16 17:28:09 +0200 |
|---|---|---|
| committer | jussi | 2024-02-16 17:28:09 +0200 |
| commit | b2b821929505aea2535d38382b743ad5dd5d1fa0 (patch) | |
| tree | 83c79a9afef9e566325f0d987f167a6d97bb2039 /include | |
| parent | 48adbe20dc022d286875408d215ef323c853e6f4 (diff) | |
| download | reilua-enhanced-b2b821929505aea2535d38382b743ad5dd5d1fa0.tar.gz reilua-enhanced-b2b821929505aea2535d38382b743ad5dd5d1fa0.tar.bz2 reilua-enhanced-b2b821929505aea2535d38382b743ad5dd5d1fa0.zip | |
GetBufferData extra arguments. GetBufferElementSize and GetBufferLength.
Diffstat (limited to 'include')
| -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 a130692..8e163a8 100644 --- a/include/core.h +++ b/include/core.h @@ -227,4 +227,6 @@ int lcoreUnloadBuffer( lua_State *L ); int lcoreGetBufferData( lua_State *L ); int lcoreGetBufferType( lua_State *L ); int lcoreGetBufferSize( lua_State *L ); +int lcoreGetBufferElementSize( lua_State *L ); +int lcoreGetBufferLength( lua_State *L ); int lcoreExportBuffer( lua_State *L ); |
