unpack
fun unpack(view: DataView<*>, byteOffset: Int, result: BufferPrimitiveMaterial): BufferPrimitiveMaterial(source)
Retrieves a material from a packed array.
Return
Modified result material, with results unpacked.
Parameters
view
The packed array.
byteOffset
Starting index of the element to be unpacked.
result
Material into which results are unpacked.