Kanzi 4.0.0-beta2
kanzi::gfx::HandleObject Struct Reference

Base class for internal backend objects that are referred to by Handles. More...

#include <kanzi/gfx/abstract_backend.hpp>

Public Attributes

atomic< int32_trefCount
 The count of active references.
 

Detailed Description

Base class for internal backend objects that are referred to by Handles.

Use this class only when you implement a custom graphics backend.

Since
Kanzi 4.0.0

Member Data Documentation

◆ refCount

atomic<int32_t> kanzi::gfx::HandleObject::refCount

The count of active references.


The documentation for this struct was generated from the following file: