#include "DeviceObject.h"
#include "../../../Primitives/interface/DefineInterfaceHelperMacros.h"
#include "../../../Primitives/interface/UndefInterfaceHelperMacros.h"
Classes | |
struct | Diligent::FenceDesc |
Fence description. More... | |
struct | Diligent::IFence |
Fence interface. More... | |
Namespaces | |
namespace | Diligent |
Graphics engine namespace. | |
Enumerations | |
enum | Diligent::FENCE_TYPE : Uint8 { Diligent::FENCE_TYPE_CPU_WAIT_ONLY = 0 , Diligent::FENCE_TYPE_GENERAL = 1 , FENCE_TYPE_LAST = FENCE_TYPE_GENERAL } |
Describes the fence type. More... | |
Defines Diligent::IFence interface and related data structures