diff xmit of animation queues. Also, StreamBuffer::unwrite_to

This commit is contained in:
2021-07-13 15:18:37 -04:00
parent 3fc76afc09
commit 1904f03dad
4 changed files with 260 additions and 51 deletions

View File

@@ -372,6 +372,9 @@ public:
// Rewind the read cursor to a previous position.
void unread_to(int64_t read_count);
// Rewind the write cursor to a previous position.
void unwrite_to(int64_t write_count);
// Use the stream buffer as a lua_Writer.
static int lua_writer(lua_State *L, const void* p, size_t sz, void* ud);
void *lua_writer_ud();