Package icyllis.arc3d.engine.trash.ops
Class OpsTask
java.lang.Object
icyllis.arc3d.core.RefCnt
icyllis.arc3d.engine.RenderTask
icyllis.arc3d.engine.trash.ops.OpsTask
- All Implemented Interfaces:
RefCounted
Deprecated.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Deprecated.static final int
Deprecated.static final int
Deprecated.Fields inherited from class icyllis.arc3d.engine.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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDrawOp
(DrawOp op, ClipResult_old clip, int processorAnalysis) Deprecated.void
Deprecated.boolean
execute
(OpFlushState flushState) Deprecated.This method will be invoked at flush-time to execute commands.void
Deprecated.protected void
onMakeClosed
(RecordingContext context) Deprecated.void
prepare
(OpFlushState flushState) Deprecated.This method will be invoked at flush-time to create pipeline information and build input buffers.void
setColorLoadOp
(byte loadOp, float red, float green, float blue, float alpha) Deprecated.void
setInitialStencilContent
(int stencilContent) Deprecated.Methods inherited from class icyllis.arc3d.engine.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:
gatherSurfaceIntervals
in classRenderTask
-
prepare
Deprecated.Description copied from class:RenderTask
This method will be invoked at flush-time to create pipeline information and build input buffers.- Overrides:
prepare
in classRenderTask
-
execute
Deprecated.Description copied from class:RenderTask
This method will be invoked at flush-time to execute commands.- Specified by:
execute
in classRenderTask
-
onMakeClosed
Deprecated.- Overrides:
onMakeClosed
in classRenderTask
-
addOp
Deprecated. -
addDrawOp
Deprecated.
-