Skip to content

Commit f81fd2d

Browse files
Fixed RenderDeviceMtl include test
1 parent 6abc3de commit f81fd2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Tests/IncludeTest/GraphicsEngineMetal/RenderDeviceMtl_test.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019-2022 Diligent Graphics LLC
2+
* Copyright 2019-2025 Diligent Graphics LLC
33
* Copyright 2015-2019 Egor Yusov
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -26,6 +26,8 @@
2626
*/
2727

2828
#include <Metal/Metal.h>
29+
30+
#define Rect DiligentRect
2931
#include "DiligentCore/Graphics/GraphicsEngineMetal/interface/RenderDeviceMtl.h"
3032

3133
void TestRenderDeviceMtl_CInterface(IRenderDeviceMtl* pDevice)

0 commit comments

Comments
 (0)