JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.math.util.SyncMatrices4f Interface Reference

SyncBuffer with a multiple underlying Matrix4f, used in SyncMatrices4f16 and PMVMatrix4f More...

Inheritance diagram for com.jogamp.math.util.SyncMatrices4f:
Collaboration diagram for com.jogamp.math.util.SyncMatrices4f:

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...
 

Detailed Description

SyncBuffer with a multiple underlying Matrix4f, used in SyncMatrices4f16 and PMVMatrix4f

Definition at line 35 of file SyncMatrices4f.java.

Member Function Documentation

◆ getMatrices()

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.

◆ getSyncFloats()

FloatBuffer com.jogamp.math.util.SyncMatrices4f.getSyncFloats ( )

Return the FloatBuffer after synchronizing it w/ the underlying getMatrices().

Implemented in com.jogamp.math.util.SyncMatrices4f16.

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: