Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
81d90ba0
Commit
81d90ba0
authored
Sep 11, 2013
by
Jacek Caban
Committed by
Alexandre Julliard
Sep 11, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dxgiformat.h: Added missing formats.
parent
044d7e82
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
dxgiformat.h
include/dxgiformat.h
+27
-0
No files found.
include/dxgiformat.h
View file @
81d90ba0
...
...
@@ -111,6 +111,33 @@ typedef enum DXGI_FORMAT {
DXGI_FORMAT_B5G5R5A1_UNORM
=
86
,
DXGI_FORMAT_B8G8R8A8_UNORM
=
87
,
DXGI_FORMAT_B8G8R8X8_UNORM
=
88
,
DXGI_FORMAT_R10G10B10_XR_BIAS_A2_UNORM
=
89
,
DXGI_FORMAT_B8G8R8A8_TYPELESS
=
90
,
DXGI_FORMAT_B8G8R8A8_UNORM_SRGB
=
91
,
DXGI_FORMAT_B8G8R8X8_TYPELESS
=
92
,
DXGI_FORMAT_B8G8R8X8_UNORM_SRGB
=
93
,
DXGI_FORMAT_BC6H_TYPELESS
=
94
,
DXGI_FORMAT_BC6H_UF16
=
95
,
DXGI_FORMAT_BC6H_SF16
=
96
,
DXGI_FORMAT_BC7_TYPELESS
=
97
,
DXGI_FORMAT_BC7_UNORM
=
98
,
DXGI_FORMAT_BC7_UNORM_SRGB
=
99
,
DXGI_FORMAT_AYUV
=
100
,
DXGI_FORMAT_Y410
=
101
,
DXGI_FORMAT_Y416
=
102
,
DXGI_FORMAT_NV12
=
103
,
DXGI_FORMAT_P010
=
104
,
DXGI_FORMAT_P016
=
105
,
DXGI_FORMAT_420_OPAQUE
=
106
,
DXGI_FORMAT_YUY2
=
107
,
DXGI_FORMAT_Y210
=
108
,
DXGI_FORMAT_Y216
=
109
,
DXGI_FORMAT_NV11
=
110
,
DXGI_FORMAT_AI44
=
111
,
DXGI_FORMAT_IA44
=
112
,
DXGI_FORMAT_P8
=
113
,
DXGI_FORMAT_A8P8
=
114
,
DXGI_FORMAT_B4G4R4A4_UNORM
=
115
,
DXGI_FORMAT_FORCE_UINT
=
0xffffffff
}
DXGI_FORMAT
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment