|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
SyncBuffer interface with a single underlying Matrix4f, used in SyncMatrix4f16 and PMVMatrix4f.
More...
Public Member Functions | |
| Matrix4f | getMatrix () |
Return the underlying Matrix4f, used to synchronize to the getBuffer(). More... | |
| FloatBuffer | getSyncFloats () |
Return the FloatBuffer after synchronizing it w/ the underlying getMatrix(). More... | |
Public Member Functions inherited from com.jogamp.math.util.SyncBuffer | |
| 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... | |
SyncBuffer interface with a single underlying Matrix4f, used in SyncMatrix4f16 and PMVMatrix4f.
Definition at line 35 of file SyncMatrix4f.java.
| Matrix4f com.jogamp.math.util.SyncMatrix4f.getMatrix | ( | ) |
Return the underlying Matrix4f, used to synchronize to the getBuffer().
Implemented in com.jogamp.math.util.SyncMatrix4f16.
| FloatBuffer com.jogamp.math.util.SyncMatrix4f.getSyncFloats | ( | ) |
Return the FloatBuffer after synchronizing it w/ the underlying getMatrix().
Implemented in com.jogamp.math.util.SyncMatrix4f16.