You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BufferBuilder::AddAccessorsAPI seems to rely on data being an interleaved buffer. I was wondering if it is possible to write also non-interleaved buffers with the same API or other APIs?
Something along these lines:
The
BufferBuilder::AddAccessors
API seems to rely on data being an interleaved buffer. I was wondering if it is possible to write also non-interleaved buffers with the same API or other APIs?Something along these lines:
This code doesn't seem to work. Setting
count
to 8 is not correct either as then the accessors count is wrong.Thank you for your help!
The text was updated successfully, but these errors were encountered: