RetroArch
dxgicommon.h
Go to the documentation of this file.
1 //
2 // Copyright (C) Microsoft. All rights reserved.
3 //
4 
5 #ifndef __dxgicommon_h__
6 #define __dxgicommon_h__
7 
8 
9 typedef struct DXGI_RATIONAL
10 {
14 
15 // The following values are used with DXGI_SAMPLE_DESC::Quality:
16 #define DXGI_STANDARD_MULTISAMPLE_QUALITY_PATTERN 0xffffffff
17 #define DXGI_CENTER_MULTISAMPLE_QUALITY_PATTERN 0xfffffffe
18 
19 typedef struct DXGI_SAMPLE_DESC
20 {
24 
26 {
54 
55 #endif // __dxgicommon_h__
56 
Definition: dxgicommon.h:31
UINT Numerator
Definition: dxgicommon.h:11
Definition: dxgicommon.h:28
struct DXGI_RATIONAL DXGI_RATIONAL
Definition: dxgicommon.h:27
struct DXGI_SAMPLE_DESC DXGI_SAMPLE_DESC
Definition: dxgicommon.h:19
UINT Count
Definition: dxgicommon.h:21
UINT Quality
Definition: dxgicommon.h:22
Definition: dxgicommon.h:9
UINT Denominator
Definition: dxgicommon.h:12
Definition: dxgicommon.h:44
Definition: dxgicommon.h:52
Definition: glslang_tab.cpp:136
DXGI_COLOR_SPACE_TYPE
Definition: dxgicommon.h:25