diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-03-06 04:01:30 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-03-06 04:01:30 +0000 |
| commit | 261869609fc566e74bc989919d5a204c76421f66 (patch) | |
| tree | 8a1f52d865f80da47512122f54b0c520390822c8 /Graphics/GraphicsEngine | |
| parent | Final changes to make GL backend compile (diff) | |
| download | DiligentCore-261869609fc566e74bc989919d5a204c76421f66.tar.gz DiligentCore-261869609fc566e74bc989919d5a204c76421f66.zip | |
Fixed Metal backend stub
Diffstat (limited to 'Graphics/GraphicsEngine')
| -rw-r--r-- | Graphics/GraphicsEngine/interface/GraphicsTypes.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Graphics/GraphicsEngine/interface/GraphicsTypes.h b/Graphics/GraphicsEngine/interface/GraphicsTypes.h index 751279da..8de7d784 100644 --- a/Graphics/GraphicsEngine/interface/GraphicsTypes.h +++ b/Graphics/GraphicsEngine/interface/GraphicsTypes.h @@ -1488,6 +1488,14 @@ namespace Diligent Uint32 DynamicHeapPageSize = 256 << 10; }; + + /// Attributes of the Metal-based engine implementation + struct EngineMtlCreateInfo : public EngineCreateInfo + { + + }; + + /// Box struct Box { |
