#include "Object.h"
#include "EngineFactory.h"
#include "DataBlobImpl.hpp"
#include "DefaultShaderSourceStreamFactory.h"
#include "Dearchiver.h"
#include "DummyReferenceCounters.hpp"
#include "EngineMemory.h"
#include "RefCntAutoPtr.hpp"
#include "PlatformDebug.hpp"
|
| namespace | Diligent |
| | Graphics engine namespace.
|
| |
|
|
void | Diligent::VerifyEngineCreateInfo (const EngineCreateInfo &EngineCI, const GraphicsAdapterInfo &AdapterInfo) noexcept(false) |
| | Validates engine create info EngineCI and throws an exception in case of an error.
|
| |
Implementation of the Diligent::EngineFactoryBase template class