Primitives/interface/ReferenceCounters.h file

Contents

Defines Diligent::IReferenceCounters interface

Namespaces

namespace Diligent
The library uses Direct3D-style math:

Classes

class Diligent::IReferenceCounters
Base interface for a reference counter object that stores the number of strong and weak references and the pointer to the object. It is necessary to separate reference counters from the object to support weak pointers.