From 261869609fc566e74bc989919d5a204c76421f66 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Tue, 5 Mar 2019 20:01:30 -0800 Subject: Fixed Metal backend stub --- Graphics/GraphicsEngine/interface/GraphicsTypes.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Graphics/GraphicsEngine') 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 { -- cgit v1.2.3