Ejemplo n.º 1
0
        public static void UnMapBuffers(ITopologySet set, bool mapped)
        {
            if (!mapped)
            {
                return;
            }

            // Unmap all buffers.
        }
Ejemplo n.º 2
0
 public static bool MapBuffers(ITopologySet set, MapOptions op, string[] components, bool indexBuffer)
 {
     // TODO:
     return(false);
 }
 public void Run(ITopologySet set)
 {
     throw new NotImplementedException();
 }