Skip to content

Commit

Permalink
Disabled DX12
Browse files Browse the repository at this point in the history
  • Loading branch information
FrayxRulez committed Dec 13, 2021
1 parent dc1a310 commit 63e5b7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Unigram/Unigram.Native/PlaceholderImageHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -988,9 +988,9 @@ namespace winrt::Unigram::Native::implementation

D3D_FEATURE_LEVEL featureLevels[] =
{
D3D_FEATURE_LEVEL_12_2,
D3D_FEATURE_LEVEL_12_1,
D3D_FEATURE_LEVEL_12_0,
//D3D_FEATURE_LEVEL_12_2,
//D3D_FEATURE_LEVEL_12_1,
//D3D_FEATURE_LEVEL_12_0,
D3D_FEATURE_LEVEL_11_1,
D3D_FEATURE_LEVEL_11_0,
D3D_FEATURE_LEVEL_10_1,
Expand Down

2 comments on commit 63e5b7f

@Hyran15
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#2758 Unigram/Unigram.Native/PlaceholderImageHelper.cpp Unigram/Unigram.Native/PlaceholderImageHelper.cpp

@Hyran15
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unigram/Unigram.Native/PlaceholderImageHelper.cpp

Please sign in to comment.