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
d8d87745
Commit
d8d87745
authored
Sep 02, 2022
by
Zebediah Figura
Committed by
Alexandre Julliard
Mar 23, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add D3D10CalcSubresource().
parent
fae48444
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
d3d10.idl
include/d3d10.idl
+7
-0
No files found.
include/d3d10.idl
View file @
d8d87745
...
...
@@ -252,6 +252,13 @@ cpp_quote("#define MAKE_D3D10_STATUS(code) MAKE_HRESULT( 0, _
cpp_quote
(
"#define D3D10_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS MAKE_D3D10_HRESULT(1)"
)
cpp_quote
(
"#define D3D10_ERROR_FILE_NOT_FOUND MAKE_D3D10_HRESULT(2)"
)
cpp_quote
(
"#if defined(__cplusplus) && !defined(D3D10_NO_HELPERS)"
)
cpp_quote
(
"inline unsigned int D3D10CalcSubresource(unsigned int level, unsigned int layer, unsigned int level_count)"
)
cpp_quote
(
"{"
)
cpp_quote
(
" return layer * level_count + level;"
)
cpp_quote
(
"}"
)
cpp_quote
(
"#endif"
)
typedef
enum
D3D10_BLEND
{
D3D10_BLEND_ZERO
=
1
,
D3D10_BLEND_ONE
=
2
,
...
...
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