Skip to content

Commit

Permalink
d3d11_helpers: remove not needed compatibility define
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 committed Jun 7, 2024
1 parent abd0ad5 commit f2122cd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions video/out/gpu/d3d11_helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@

#include "video/mp_image.h"

#define D3D_FEATURE_LEVEL_12_0 (0xc000)
#define D3D_FEATURE_LEVEL_12_1 (0xc100)

#define DXGI_COLOR_SPACE_RGB_STUDIO_G24_NONE_P709 ((DXGI_COLOR_SPACE_TYPE)20)
#define DXGI_COLOR_SPACE_RGB_STUDIO_G24_NONE_P2020 ((DXGI_COLOR_SPACE_TYPE)21)
#define DXGI_COLOR_SPACE_YCBCR_STUDIO_G24_LEFT_P709 ((DXGI_COLOR_SPACE_TYPE)22)
#define DXGI_COLOR_SPACE_YCBCR_STUDIO_G24_LEFT_P2020 ((DXGI_COLOR_SPACE_TYPE)23)
#define DXGI_COLOR_SPACE_YCBCR_STUDIO_G24_TOPLEFT_P2020 ((DXGI_COLOR_SPACE_TYPE)24)

#if !HAVE_DXGI_DEBUG_D3D11
DEFINE_GUID(DXGI_DEBUG_D3D11, 0x4b99317b, 0xac39, 0x4aa6, 0xbb, 0xb, 0xba, 0xa0, 0x47, 0x84, 0x79, 0x8f);
#endif
Expand Down

0 comments on commit f2122cd

Please sign in to comment.