28package com.jogamp.math.util;
30import java.nio.Buffer;
Specific data synchronization action implemented by the data provider to update the buffer with the u...
Convenient tuple of a SyncAction and Buffer.
SyncBuffer sync()
Synchronizes the underlying data before usage.
Buffer getBuffer()
Return the Buffer, i.e.
SyncAction getAction()
Return the SyncAction.
Buffer getSyncBuffer()
Return the Buffer after synchronizing it.