Class TransferProcessor

java.lang.Object
icyllis.arc3d.engine.trash.Processor
icyllis.arc3d.engine.trash.TransferProcessor

@Deprecated @Immutable public abstract class TransferProcessor extends Processor
Deprecated.
  • Field Details

    • mReadsDstColor

      protected final boolean mReadsDstColor
      Deprecated.
    • mIsLCDCoverage

      protected final boolean mIsLCDCoverage
      Deprecated.
  • Constructor Details

    • TransferProcessor

      protected TransferProcessor(int classID)
      Deprecated.
    • TransferProcessor

      protected TransferProcessor(int classID, boolean readsDstColor, boolean isLCDCoverage)
      Deprecated.
  • Method Details

    • addToKey

      public void addToKey(KeyBuilder b)
      Deprecated.
    • makeProgramImpl

      @Nonnull public abstract TransferProcessor.ProgramImpl makeProgramImpl()
      Deprecated.
      Returns a new instance of the appropriate implementation class for the given TransferProcessor.
    • getBlendInfo

      @Nonnull public BlendInfo getBlendInfo()
      Deprecated.
    • hasSecondaryOutput

      public boolean hasSecondaryOutput()
      Deprecated.
    • readsDstColor

      public final boolean readsDstColor()
      Deprecated.
    • isLCDCoverage

      public final boolean isLCDCoverage()
      Deprecated.