#include "DeviceObject.h"
#include "../../../Primitives/interface/DefineInterfaceHelperMacros.h"
#include "../../../Primitives/interface/UndefInterfaceHelperMacros.h"
Classes | |
struct | Diligent::DeviceMemoryDesc |
Device memory description. More... | |
struct | Diligent::DeviceMemoryCreateInfo |
Device memory create information. More... | |
struct | Diligent::IDeviceMemory |
Device memory interface. More... | |
Namespaces | |
namespace | Diligent |
Graphics engine namespace. | |
Enumerations | |
enum | Diligent::DEVICE_MEMORY_TYPE : Uint8 { Diligent::DEVICE_MEMORY_TYPE_UNDEFINED = 0 , Diligent::DEVICE_MEMORY_TYPE_SPARSE = 1 } |
Describes the device memory type. More... | |
Definition of the Diligent::IDeviceMemory interface