标签: arrays swift pointers
我有一个UnsafeMutablePointer<GLfloat>的函数。但是我得到了一些 GLfloat s [GLfloat]。如何获取它的原始内存指针?
UnsafeMutablePointer<GLfloat>
[GLfloat]