there’s a compile error here: ``` rowBuffer.p...
# kotlin-native
c
there’s a compile error here:
Copy code
rowBuffer.plus(3 * x + 0)!!.reinterpret<ShortVar>(()[0] = color.r.toShort()
     rowBuffer.plus(3 * x + 1)!!.reinterpret<ShortVar>(()[0] = color.g.toShort()
     rowBuffer.plus(3 * x + 2)!!.reinterpret<ShortVar>(t()[0] = color.b.toShort()
and I can’t figure out the syntax or where to look to learn more about these native calls.