Class TransferProcessor.ProgramImpl

java.lang.Object
icyllis.arc3d.engine.trash.TransferProcessor.ProgramImpl
Enclosing class:
TransferProcessor

@Deprecated public abstract static class TransferProcessor.ProgramImpl extends Object
Deprecated.
Every TransferProcessor must be capable of creating a subclass of ProgramImpl. The ProgramImpl emits the shader code combines determines the fragment shader output(s) from the color and coverage FP outputs, is attached to the generated backend API pipeline/program, and used to extract uniform data from TransferProcessor instances.