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
be415f3c
Commit
be415f3c
authored
Aug 26, 2014
by
Jacek Caban
Committed by
Alexandre Julliard
Aug 26, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d11.idl: Added a few more missing constants.
parent
96799379
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
d3d11.idl
include/d3d11.idl
+22
-0
No files found.
include/d3d11.idl
View file @
be415f3c
...
...
@@ -176,6 +176,28 @@ const UINT D3D11_SO_NO_RASTERIZED_STREAM = 0xffffffff;
const
UINT
D3D11_SO_OUTPUT_COMPONENT_COUNT
=
128
;
const
UINT
D3D11_SO_STREAM_COUNT
=
4
;
const
UINT
D3D11_SPEC_DATE_DAY
=
16
;
const
UINT
D3D11_SPEC_DATE_MONTH
=
05
;
const
UINT
D3D11_SPEC_DATE_YEAR
=
2011
;
cpp_quote
(
"#define D3D11_SPEC_VERSION (1.07)"
)
cpp_quote
(
"#define D3D11_SRGB_GAMMA (2.2f)"
)
cpp_quote
(
"#define D3D11_SRGB_TO_FLOAT_DENOMINATOR_1 (12.92f)"
)
cpp_quote
(
"#define D3D11_SRGB_TO_FLOAT_DENOMINATOR_2 (1.055f)"
)
cpp_quote
(
"#define D3D11_SRGB_TO_FLOAT_EXPONENT (2.4f)"
)
cpp_quote
(
"#define D3D11_SRGB_TO_FLOAT_OFFSET (0.055f)"
)
cpp_quote
(
"#define D3D11_SRGB_TO_FLOAT_THRESHOLD (0.04045f)"
)
cpp_quote
(
"#define D3D11_SRGB_TO_FLOAT_TOLERANCE_IN_ULP (0.5f)"
)
const
UINT
D3D11_STANDARD_COMPONENT_BIT_COUNT
=
32
;
const
UINT
D3D11_STANDARD_COMPONENT_BIT_COUNT_DOUBLED
=
64
;
const
UINT
D3D11_STANDARD_MAXIMUM_ELEMENT_ALIGNMENT_BYTE_MULTIPLE
=
4
;
const
UINT
D3D11_STANDARD_PIXEL_COMPONENT_COUNT
=
128
;
const
UINT
D3D11_STANDARD_PIXEL_ELEMENT_COUNT
=
32
;
const
UINT
D3D11_STANDARD_VECTOR_SIZE
=
4
;
const
UINT
D3D11_STANDARD_VERTEX_ELEMENT_COUNT
=
32
;
const
UINT
D3D11_STANDARD_VERTEX_TOTAL_COMPONENT_COUNT
=
64
;
cpp_quote
(
"#if !defined(D3D11_NO_HELPERS) && defined(__cplusplus)"
)
cpp_quote
(
"struct CD3D11_DEFAULT {};"
)
cpp_quote
(
"extern const DECLSPEC_SELECTANY CD3D11_DEFAULT D3D11_DEFAULT;"
)
...
...
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