Base class for internal backend objects that are referred to by Handles. More...
#include <kanzi/gfx/abstract_backend.hpp>
Public Attributes | |
| atomic< int32_t > | refCount |
| The count of active references. | |
Base class for internal backend objects that are referred to by Handles.
Use this class only when you implement a custom graphics backend.
| atomic<int32_t> kanzi::gfx::HandleObject::refCount |
The count of active references.