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
6e7a54f7
Commit
6e7a54f7
authored
Feb 02, 2023
by
Kacper Michajłow
Committed by
Alexandre Julliard
Feb 02, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add some DXGI_COLOR_SPACE_TYPE enumeration values.
Signed-off-by:
Kacper Michajłow
<
kasper93@gmail.com
>
parent
e8777691
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
dxgicommon.idl
include/dxgicommon.idl
+5
-0
No files found.
include/dxgicommon.idl
View file @
6e7a54f7
...
...
@@ -45,6 +45,11 @@ typedef enum DXGI_COLOR_SPACE_TYPE
DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P2020
=
0
x11
,
DXGI_COLOR_SPACE_YCBCR_STUDIO_GHLG_TOPLEFT_P2020
=
0
x12
,
DXGI_COLOR_SPACE_YCBCR_FULL_GHLG_TOPLEFT_P2020
=
0
x13
,
DXGI_COLOR_SPACE_RGB_STUDIO_G24_NONE_P709
=
0
x14
,
DXGI_COLOR_SPACE_RGB_STUDIO_G24_NONE_P2020
=
0
x15
,
DXGI_COLOR_SPACE_YCBCR_STUDIO_G24_LEFT_P709
=
0
x16
,
DXGI_COLOR_SPACE_YCBCR_STUDIO_G24_LEFT_P2020
=
0
x17
,
DXGI_COLOR_SPACE_YCBCR_STUDIO_G24_TOPLEFT_P2020
=
0
x18
,
DXGI_COLOR_SPACE_CUSTOM
=
0
xffffffff
,
}
DXGI_COLOR_SPACE_TYPE
;
...
...
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