Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
36c5fa71
Commit
36c5fa71
authored
May 08, 2013
by
Jacek Caban
Committed by
Alexandre Julliard
May 08, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dcommon.idl: Added some missing defines.
parent
afb8e029
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
d3dcommon.idl
include/d3dcommon.idl
+17
-0
No files found.
include/d3dcommon.idl
View file @
36c5fa71
...
...
@@ -86,8 +86,25 @@ typedef enum D3D_FEATURE_LEVEL
D3D_FEATURE_LEVEL_10_0
=
0
xa000
,
D3D_FEATURE_LEVEL_10_1
=
0
xa100
,
D3D_FEATURE_LEVEL_11_0
=
0
xb000
,
D3D_FEATURE_LEVEL_11_1
=
0
xb100
}
D3D_FEATURE_LEVEL
;
cpp_quote
(
"#define D3D_FL9_1_REQ_TEXTURE1D_U_DIMENSION 2048"
)
cpp_quote
(
"#define D3D_FL9_3_REQ_TEXTURE1D_U_DIMENSION 4096"
)
cpp_quote
(
"#define D3D_FL9_1_REQ_TEXTURE2D_U_OR_V_DIMENSION 2048"
)
cpp_quote
(
"#define D3D_FL9_3_REQ_TEXTURE2D_U_OR_V_DIMENSION 4096"
)
cpp_quote
(
"#define D3D_FL9_1_REQ_TEXTURECUBE_DIMENSION 512"
)
cpp_quote
(
"#define D3D_FL9_3_REQ_TEXTURECUBE_DIMENSION 4096"
)
cpp_quote
(
"#define D3D_FL9_1_REQ_TEXTURE3D_U_V_OR_W_DIMENSION 256"
)
cpp_quote
(
"#define D3D_FL9_1_DEFAULT_MAX_ANISOTROPY 2"
)
cpp_quote
(
"#define D3D_FL9_1_IA_PRIMITIVE_MAX_COUNT 65535"
)
cpp_quote
(
"#define D3D_FL9_2_IA_PRIMITIVE_MAX_COUNT 1048575"
)
cpp_quote
(
"#define D3D_FL9_1_SIMULTANEOUS_RENDER_TARGET_COUNT 1"
)
cpp_quote
(
"#define D3D_FL9_3_SIMULTANEOUS_RENDER_TARGET_COUNT 4"
)
cpp_quote
(
"#define D3D_FL9_1_MAX_TEXTURE_REPEAT 128"
)
cpp_quote
(
"#define D3D_FL9_2_MAX_TEXTURE_REPEAT 2048"
)
cpp_quote
(
"#define D3D_FL9_3_MAX_TEXTURE_REPEAT 8192"
)
typedef
enum
_D3D_SHADER_VARIABLE_CLASS
{
D3D_SVC_SCALAR
,
...
...
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