Beispiel #1
0
        internal ClPlatform copy()
        {
            IntPtr     hList = Cores.platformList();
            ClPlatform tmp   = new ClPlatform(hList, platformIndex);

            Cores.deletePlatformList(hList);
            return(tmp);
        }