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
7ea0a360
Commit
7ea0a360
authored
Jan 04, 2024
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Jan 17, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add more D3D_FEATURE_LEVEL_ defines.
parent
fe7e7c62
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
d3dcommon.idl
include/d3dcommon.idl
+2
-0
No files found.
include/d3dcommon.idl
View file @
7ea0a360
...
...
@@ -100,6 +100,7 @@ typedef enum D3D_DRIVER_TYPE
typedef
enum
D3D_FEATURE_LEVEL
{
D3D_FEATURE_LEVEL_1_0_CORE
=
0
x1000
,
D3D_FEATURE_LEVEL_9_1
=
0
x9100
,
D3D_FEATURE_LEVEL_9_2
=
0
x9200
,
D3D_FEATURE_LEVEL_9_3
=
0
x9300
,
...
...
@@ -109,6 +110,7 @@ typedef enum D3D_FEATURE_LEVEL
D3D_FEATURE_LEVEL_11_1
=
0
xb100
,
D3D_FEATURE_LEVEL_12_0
=
0
xc000
,
D3D_FEATURE_LEVEL_12_1
=
0
xc100
,
D3D_FEATURE_LEVEL_12_2
=
0
xc200
,
}
D3D_FEATURE_LEVEL
;
cpp_quote
(
"#define D3D_FL9_1_REQ_TEXTURE1D_U_DIMENSION 2048"
)
...
...
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