Package icyllis.arc3d.granite.trash.ops
Class OpsTask
java.lang.Object
icyllis.arc3d.core.RefCnt
icyllis.arc3d.granite.RenderTask
icyllis.arc3d.granite.trash.ops.OpsTask
- All Implemented Interfaces:
RefCounted
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated.static final intDeprecated.static final intDeprecated.Fields inherited from class icyllis.arc3d.granite.RenderTask
ATLAS_FLAG, CLOSED_FLAG, DETACHED_FLAG, IN_RESULT_FLAG, mTargets, mTaskManager, RESOLVE_FLAG_MIPMAPS, RESOLVE_FLAG_MSAA, SKIPPABLE_FLAG, TEMP_MARK_FLAG -
Constructor Summary
ConstructorsConstructorDescriptionOpsTask(@NonNull RenderTaskManager drawingMgr, @NonNull ImageProxyView writeView) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDrawOp(@NonNull DrawOp op, @Nullable ClipResult_old clip, int processorAnalysis) Deprecated.voidDeprecated.booleanexecute(OpFlushState flushState) Deprecated.This method will be invoked at flush-time to execute commands.voidDeprecated.protected voidonMakeClosed(RecordingContext context) Deprecated.voidprepare(OpFlushState flushState) Deprecated.This method will be invoked at flush-time to create pipeline information and build input buffers.voidsetColorLoadOp(byte loadOp, float red, float green, float blue, float alpha) Deprecated.voidsetInitialStencilContent(int stencilContent) Deprecated.Methods inherited from class icyllis.arc3d.granite.RenderTask
addDependency, addTarget, deallocate, dependsOn, detach, getTarget, getTarget, getUniqueID, isClosed, isInstantiated, isSkippable, makeClosed, makeSkippable, numTargets, onMakeSkippable, prePrepare, toString
-
Field Details
-
STENCIL_CONTENT_DONT_CARE
public static final int STENCIL_CONTENT_DONT_CAREDeprecated.- See Also:
-
STENCIL_CONTENT_USER_BITS_CLEARED
public static final int STENCIL_CONTENT_USER_BITS_CLEAREDDeprecated.- See Also:
-
STENCIL_CONTENT_PRESERVED
public static final int STENCIL_CONTENT_PRESERVEDDeprecated.- See Also:
-
-
Constructor Details
-
OpsTask
Deprecated.- Parameters:
writeView- the reference to the owner's write view
-
-
Method Details
-
setColorLoadOp
public void setColorLoadOp(byte loadOp, float red, float green, float blue, float alpha) Deprecated. -
setInitialStencilContent
public void setInitialStencilContent(int stencilContent) Deprecated. -
gatherSurfaceIntervals
Deprecated.- Overrides:
gatherSurfaceIntervalsin classRenderTask
-
prepare
Deprecated.Description copied from class:RenderTaskThis method will be invoked at flush-time to create pipeline information and build input buffers.- Overrides:
preparein classRenderTask
-
execute
Deprecated.Description copied from class:RenderTaskThis method will be invoked at flush-time to execute commands.- Specified by:
executein classRenderTask
-
onMakeClosed
Deprecated.- Overrides:
onMakeClosedin classRenderTask
-
addOp
Deprecated. -
addDrawOp
Deprecated.
-