Class DisplayListRecorder

java.lang.Object
icyllis.arc3d.core.DisplayListRecorder
All Implemented Interfaces:
AutoCloseable

public final class DisplayListRecorder extends Object implements AutoCloseable
This class is intended to be used as:

This class never accesses the GPU but performs all the cpu work it can. It is thread-safe (i.e., one can break a scene into tiles and perform their cpu-side work in parallel ahead of time).