Skip to content

Instantly share code, notes, and snippets.

@dnevera
Created May 19, 2018 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnevera/23c07af290af364e96caa72405691bda to your computer and use it in GitHub Desktop.
Save dnevera/23c07af290af364e96caa72405691bda to your computer and use it in GitHub Desktop.
if self.centers.count > 0 {
// копирем в цвета данные из буфера GPU в массив цветов
memcpy(&self._colors, self.colorsBuffer.contents(), self.colorsBuffer.length)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment