nw::gfx::GfxPtr::GfxPtr Constructor

Syntax

template <typename TTObject>
GfxPtr(
     TTObject * pointer,
     bool hasOwnership
);

Arguments

Name Description
in pointer Object to set.
in hasOwnership Specifies whether the constructor has ownership.

Description

Constructor.

If false is specified in hasOwnership, the object is not destroyed when this instance of GfxPtr is destroyed.


CONFIDENTIAL