Package com.jogamp.opengl.util
Interface SyncMatrix4f
-
- All Superinterfaces:
SyncBuffer
- All Known Implementing Classes:
SyncMatrix4f16
public interface SyncMatrix4f extends SyncBuffer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Matrix4f
getMatrix()
FloatBuffer
getSyncFloats()
-
Methods inherited from interface com.jogamp.opengl.util.SyncBuffer
getAction, getBuffer, getSyncBuffer, sync
-
-
-
-
Method Detail
-
getMatrix
Matrix4f getMatrix()
-
getSyncFloats
FloatBuffer getSyncFloats()
-
-