26 bool bSupportsCaptureManager;
29 enum EMetalCaptureType
31 EMetalCaptureTypeUnknown,
32 EMetalCaptureTypeFrame,
33 EMetalCaptureTypePresent,
34 EMetalCaptureTypeViewport,
37 struct FMetalCaptureScope
39 EMetalCaptureType Type;
42 MTL::CaptureScope* MTLScope;