Typedef gpa::d3d12_state_tracker::DeathNotificationCallback

Typedef Documentation

using gpa::d3d12_state_tracker::DeathNotificationCallback = std::function<void(ID3D12Object *deadObjectPointer)>

Callback type executed when the object is being deleted. @detail The object's pointer may be unusable at the point of callback execution, provided for comparison only.