GfxRefCounted

definition of how the gfx package itself implements reference counting

  1. alias GfxRefCounted = AtomicRefCounted
    version(GfxRcAtomic)
    alias GfxRefCounted = AtomicRefCounted
  2. alias GfxRefCounted = AtomicRefCounted
  3. alias GfxRefCounted = RefCounted

Meta