Package icyllis.arc3d.engine.trash
Class TransferProcessor.ProgramImpl
java.lang.Object
icyllis.arc3d.engine.trash.TransferProcessor.ProgramImpl
- Enclosing class:
TransferProcessor
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.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Deprecated. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
Deprecated.final void
Deprecated.protected void
Deprecated.
-
Constructor Details
-
ProgramImpl
public ProgramImpl()Deprecated.
-
-
Method Details
-
emitCode
Deprecated. -
emitOutputsForBlendState
Deprecated. -
emitBlendCodeForDstRead
Deprecated.
-