summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-03-06 04:01:30 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-03-06 04:01:30 +0000
commit261869609fc566e74bc989919d5a204c76421f66 (patch)
tree8a1f52d865f80da47512122f54b0c520390822c8 /Graphics/GraphicsEngine
parentFinal changes to make GL backend compile (diff)
downloadDiligentCore-261869609fc566e74bc989919d5a204c76421f66.tar.gz
DiligentCore-261869609fc566e74bc989919d5a204c76421f66.zip
Fixed Metal backend stub
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/interface/GraphicsTypes.h8
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
{