#include "../../GraphicsEngine/interface/RenderDevice.h"
#include "../../../Primitives/interface/DefineRefMacro.h"
#include "../../../Primitives/interface/UndefRefMacro.h"
#include "../../../Primitives/interface/DefineInterfaceHelperMacros.h"
#include "../../../Primitives/interface/UndefInterfaceHelperMacros.h"
#include "../../../Primitives/interface/DefineGlobalFuncHelperMacros.h"
#include "../../../Primitives/interface/UndefGlobalFuncHelperMacros.h"
|
namespace | Diligent |
| Graphics engine namespace.
|
|
|
typedef void(DILIGENT_CALL_TYPE * | Diligent::ReloadGraphicsPipelineCallbackType) (const char *PipelineName, GraphicsPipelineDesc &GraphicsDesc, void *pUserData) |
| Type of the callback function called by the IRenderStateCache::Reload method.
|
|