ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/MSYS2/mingw32/i686-w64-mingw32/include/dxgicommon.h
Revision: 1166
Committed: Tue Oct 26 14:22:36 2021 UTC (4 years ago) by rossy
Content type: text/x-chdr
File size: 2137 byte(s)
Log Message:
Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File Contents

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