Skip to content

Commit

Permalink
[Misc] Fixed compile error on Mac and upload D3D11 test report in CIS…
Browse files Browse the repository at this point in the history
… script.
  • Loading branch information
LukasBanana committed Feb 8, 2025
1 parent c7dd5d7 commit bc21854
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
with:
name: LLGL-Win64-Test_Report
path: |
tests/Testbed/Output/Direct3D11/*.png
tests/Testbed/Output/Direct3D11/Report.txt
tests/Testbed/Output/Direct3D12/*.png
tests/Testbed/Output/Direct3D12/Report.txt
1 change: 1 addition & 0 deletions sources/Renderer/Metal/MTFeatureSet.mm
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "MTFeatureSet.h"
#include "MTDevice.h"
#include "OSXAvailability.h"
#include <LLGL/ShaderFlags.h>
#include <AvailabilityMacros.h>
#include <initializer_list>
#include <algorithm>
Expand Down

0 comments on commit bc21854

Please sign in to comment.