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