bool C_NPC_Surface::UsesPowerOfTwoFrameBufferTexture()
{
	if(!m_pMaterial) return false;
	return m_pMaterial->NeedsPowerOfTwoFrameBufferTexture();
}