#include "../../../Primitives/interface/Object.h"#include "../../../Primitives/interface/DebugOutput.h"#include "../../../Primitives/interface/MemoryAllocator.h"#include "../../../Primitives/interface/FlagEnum.h"#include "../../../Graphics/GraphicsEngine/interface/RenderDevice.h"#include "SuperResolution.h"#include "../../../Primitives/interface/DefineInterfaceHelperMacros.h"#include "../../../Primitives/interface/UndefInterfaceHelperMacros.h"Classes | |
| struct | Diligent::SuperResolutionInfo |
| Information about a supported super resolution variant. More... | |
| struct | Diligent::SuperResolutionSourceSettings |
| Optimal source (input) settings returned by ISuperResolutionFactory::GetSourceSettings(). More... | |
| struct | Diligent::SuperResolutionSourceSettingsAttribs |
| struct | Diligent::ISuperResolutionFactory |
Namespaces | |
| namespace | Diligent |
| Graphics engine namespace. | |
Functions | |
| void | Diligent::CreateSuperResolutionFactory (IRenderDevice *pDevice, ISuperResolutionFactory **ppFactory) |
| Creates a super resolution factory for the specified render device. | |
Defines Diligent::ISuperResolutionFactory interface and related structures.