Package icyllis.arc3d.engine.trash
Class TransferProcessor
java.lang.Object
icyllis.arc3d.engine.trash.Processor
icyllis.arc3d.engine.trash.TransferProcessor
Deprecated.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected final boolean
Deprecated.protected final boolean
Deprecated.Fields inherited from class icyllis.arc3d.engine.trash.Processor
Circle_Geom_ClassID, CircularRRect_Geom_ClassID, DefaultGeoProc_ClassID, Hard_XferProc_ClassID, mClassID, Null_ClassID, RoundRect_GeoProc_ClassID, SDFRect_GeoProc_ClassID
-
Constructor Summary
ModifierConstructorDescriptionprotected
TransferProcessor
(int classID) Deprecated.protected
TransferProcessor
(int classID, boolean readsDstColor, boolean isLCDCoverage) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Deprecated.boolean
Deprecated.final boolean
Deprecated.abstract TransferProcessor.ProgramImpl
Deprecated.Returns a new instance of the appropriate implementation class for the given TransferProcessor.final boolean
Deprecated.
-
Field Details
-
mReadsDstColor
protected final boolean mReadsDstColorDeprecated. -
mIsLCDCoverage
protected final boolean mIsLCDCoverageDeprecated.
-
-
Constructor Details
-
TransferProcessor
protected TransferProcessor(int classID) Deprecated. -
TransferProcessor
protected TransferProcessor(int classID, boolean readsDstColor, boolean isLCDCoverage) Deprecated.
-
-
Method Details
-
addToKey
Deprecated. -
makeProgramImpl
Deprecated.Returns a new instance of the appropriate implementation class for the given TransferProcessor. -
getBlendInfo
Deprecated. -
hasSecondaryOutput
public boolean hasSecondaryOutput()Deprecated. -
readsDstColor
public final boolean readsDstColor()Deprecated. -
isLCDCoverage
public final boolean isLCDCoverage()Deprecated.
-