24 #ifndef HDX_PROGRESSIVE_TASK_H
25 #define HDX_PROGRESSIVE_TASK_H
28 #include "pxr/imaging/hdx/api.h"
29 #include "pxr/imaging/hd/task.h"
31 PXR_NAMESPACE_OPEN_SCOPE
48 virtual ~HdxProgressiveTask();
50 virtual bool IsConverged()
const = 0;
53 PXR_NAMESPACE_CLOSE_SCOPE
55 #endif // HDX_PROGRESSIVE_TASK_H
This is an interface class that declares that derived tasks implement some form of progressive render...
A path value used to locate objects in layers or scenegraphs.