#include "../../Primitives/interface/Object.h"#include "../../Primitives/interface/BasicTypes.h"#include "../../Primitives/interface/DefineInterfaceHelperMacros.h"#include "../../Primitives/interface/UndefInterfaceHelperMacros.h"Classes | |
| struct | Diligent::IAsyncTask |
| Asynchronous task interface. More... | |
| struct | Diligent::IThreadPool |
| Thread pool interface. More... | |
Namespaces | |
| namespace | Diligent |
| Graphics engine namespace. | |
Enumerations | |
| enum | Diligent::ASYNC_TASK_STATUS : Uint32 { Diligent::ASYNC_TASK_STATUS_UNKNOWN , Diligent::ASYNC_TASK_STATUS_NOT_STARTED , Diligent::ASYNC_TASK_STATUS_RUNNING , Diligent::ASYNC_TASK_STATUS_CANCELLED , Diligent::ASYNC_TASK_STATUS_COMPLETE } |
| Asynchronous task status. More... | |
Defines Diligent::IAsyncTask and Diligent::IThreadPool interfaces.