Microsoft DirectX 9.0

CBaseAllocator::m_bChanged

Flag indicating whether the buffer requirements have changed. The CBaseAllocator::SetProperties method sets the value to TRUE. In a derived class, the pure virtual method CBaseAllocator::Alloc should set the value back to FALSE. Once buffers have been allocated, there is no need to re-allocate them while m_bChanged is FALSE.

Syntax

BOOL m_bChanged;

See Also