Skip to content

Commit bc21854

Browse files
committed
[Misc] Fixed compile error on Mac and upload D3D11 test report in CIS script.
1 parent c7dd5d7 commit bc21854

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci_windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
with:
7272
name: LLGL-Win64-Test_Report
7373
path: |
74+
tests/Testbed/Output/Direct3D11/*.png
75+
tests/Testbed/Output/Direct3D11/Report.txt
7476
tests/Testbed/Output/Direct3D12/*.png
7577
tests/Testbed/Output/Direct3D12/Report.txt
7678

sources/Renderer/Metal/MTFeatureSet.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include "MTFeatureSet.h"
99
#include "MTDevice.h"
1010
#include "OSXAvailability.h"
11+
#include <LLGL/ShaderFlags.h>
1112
#include <AvailabilityMacros.h>
1213
#include <initializer_list>
1314
#include <algorithm>

0 commit comments

Comments
 (0)