|
JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
|
Convenient tuple of a SyncAction and Buffer.
More...
Public Member Functions | |
| SyncAction | getAction () |
Return the SyncAction. More... | |
| Buffer | getBuffer () |
Return the Buffer, i.e. More... | |
| SyncBuffer | sync () |
| Synchronizes the underlying data before usage. More... | |
| Buffer | getSyncBuffer () |
Return the Buffer after synchronizing it. More... | |
Convenient tuple of a SyncAction and Buffer.
SyncAction#sync() is used to update the Buffer with the underlying data known to the data provider.
Definition at line 40 of file SyncBuffer.java.
| SyncAction com.jogamp.math.util.SyncBuffer.getAction | ( | ) |
Return the SyncAction.
Implemented in com.jogamp.math.util.SyncMatrices4f16, and com.jogamp.math.util.SyncMatrix4f16.
| Buffer com.jogamp.math.util.SyncBuffer.getBuffer | ( | ) |
Return the Buffer, i.e.
underlying data.
Implemented in com.jogamp.math.util.SyncMatrices4f16, and com.jogamp.math.util.SyncMatrix4f16.
| Buffer com.jogamp.math.util.SyncBuffer.getSyncBuffer | ( | ) |
Return the Buffer after synchronizing it.
Implemented in com.jogamp.math.util.SyncMatrices4f16, and com.jogamp.math.util.SyncMatrix4f16.
| SyncBuffer com.jogamp.math.util.SyncBuffer.sync | ( | ) |
Synchronizes the underlying data before usage.
Convenient shortcut for getAction().sync() plus chaining.
Implemented in com.jogamp.math.util.SyncMatrices4f16, and com.jogamp.math.util.SyncMatrix4f16.