Ejemplo n.º 1
0
        /// <summary>PreAllocates this texture.</summary>
        public void PreAllocate(DrawInfo info)
        {
            if (Root == null)
            {
                return;
            }

            Root.PreAllocate(info, this);
        }