diff --git a/include/bx/handlealloc.h b/include/bx/handlealloc.h index cd6f54b..685b526 100644 --- a/include/bx/handlealloc.h +++ b/include/bx/handlealloc.h @@ -37,6 +37,11 @@ namespace bx return m_dense; } + uint16_t getHandleAt(uint16_t _at) const + { + return m_dense[_at]; + } + uint16_t getNumHandles() const { return m_numHandles;