Package icyllis.arc3d.engine
Class TextureResolveTask
java.lang.Object
icyllis.arc3d.core.RefCnt
icyllis.arc3d.engine.RenderTask
icyllis.arc3d.engine.TextureResolveTask
- All Implemented Interfaces:
RefCounted
-
Field Summary
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
addResolveTarget
(@SharedPtr SurfaceProxy proxy, int resolveFlags) boolean
execute
(OpFlushState flushState) This method will be invoked at flush-time to execute commands.Methods inherited from class icyllis.arc3d.engine.RenderTask
addDependency, addTarget, deallocate, dependsOn, detach, gatherSurfaceIntervals, getTarget, getTarget, getUniqueID, isClosed, isInstantiated, isSkippable, makeClosed, makeSkippable, numTargets, onMakeClosed, onMakeSkippable, prepare, prePrepare, toString
-
Constructor Details
-
TextureResolveTask
-
-
Method Details
-
addResolveTarget
-
execute
Description copied from class:RenderTask
This method will be invoked at flush-time to execute commands.- Specified by:
execute
in classRenderTask
-