bool C_NPC_Surface::UsesFullFrameBufferTexture()
{
	if(!m_pMaterial) return false;
	return m_pMaterial->NeedsFullFrameBufferTexture();
}