We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6abc3de commit f81fd2dCopy full SHA for f81fd2d
Tests/IncludeTest/GraphicsEngineMetal/RenderDeviceMtl_test.m
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2019-2022 Diligent Graphics LLC
+ * Copyright 2019-2025 Diligent Graphics LLC
3
* Copyright 2015-2019 Egor Yusov
4
*
5
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -26,6 +26,8 @@
26
*/
27
28
#include <Metal/Metal.h>
29
+
30
+#define Rect DiligentRect
31
#include "DiligentCore/Graphics/GraphicsEngineMetal/interface/RenderDeviceMtl.h"
32
33
void TestRenderDeviceMtl_CInterface(IRenderDeviceMtl* pDevice)
0 commit comments