1 /*** Autogenerated by WIDL 3.19 from direct-x/include/dxgicommon.idl - Do not edit ***/
2 
3 #ifndef __REQUIRED_RPCNDR_H_VERSION__
4 #define __REQUIRED_RPCNDR_H_VERSION__ 475
5 #endif
6 
7 #include <rpc.h>
8 #include <rpcndr.h>
9 
10 #ifndef COM_NO_WINDOWS_H
11 #include <windows.h>
12 #include <ole2.h>
13 #endif
14 
15 #ifndef __dxgicommon_h__
16 #define __dxgicommon_h__
17 
18 /* Forward declarations */
19 
20 /* Headers for imported files */
21 
22 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
27 #if 0
28 typedef unsigned int UINT;
29 #endif
30 #define DXGI_STANDARD_MULTISAMPLE_QUALITY_PATTERN (0xffffffff)
31 
32 #define DXGI_CENTER_MULTISAMPLE_QUALITY_PATTERN (0xfffffffe)
33 
34 typedef enum DXGI_COLOR_SPACE_TYPE {
35     DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709 = 0x0,
36     DXGI_COLOR_SPACE_RGB_FULL_G10_NONE_P709 = 0x1,
37     DXGI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P709 = 0x2,
38     DXGI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P2020 = 0x3,
39     DXGI_COLOR_SPACE_RESERVED = 0x4,
40     DXGI_COLOR_SPACE_YCBCR_FULL_G22_NONE_P709_X601 = 0x5,
41     DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P601 = 0x6,
42     DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P601 = 0x7,
43     DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P709 = 0x8,
44     DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P709 = 0x9,
45     DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P2020 = 0xa,
46     DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P2020 = 0xb,
47     DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020 = 0xc,
48     DXGI_COLOR_SPACE_YCBCR_STUDIO_G2084_LEFT_P2020 = 0xd,
49     DXGI_COLOR_SPACE_RGB_STUDIO_G2084_NONE_P2020 = 0xe,
50     DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_TOPLEFT_P2020 = 0xf,
51     DXGI_COLOR_SPACE_YCBCR_STUDIO_G2084_TOPLEFT_P2020 = 0x10,
52     DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P2020 = 0x11,
53     DXGI_COLOR_SPACE_YCBCR_STUDIO_GHLG_TOPLEFT_P2020 = 0x12,
54     DXGI_COLOR_SPACE_YCBCR_FULL_GHLG_TOPLEFT_P2020 = 0x13,
55     DXGI_COLOR_SPACE_CUSTOM = 0xffffffff
56 } DXGI_COLOR_SPACE_TYPE;
57 typedef struct DXGI_SAMPLE_DESC {
58     UINT Count;
59     UINT Quality;
60 } DXGI_SAMPLE_DESC;
61 typedef struct DXGI_RATIONAL {
62     UINT Numerator;
63     UINT Denominator;
64 } DXGI_RATIONAL;
65 /* Begin additional prototypes for all interfaces */
66 
67 
68 /* End additional prototypes */
69 
70 #ifdef __cplusplus
71 }
72 #endif
73 
74 #endif /* __dxgicommon_h__ */
75