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
a5ea2c57
Commit
a5ea2c57
authored
Jun 17, 2023
by
Andrey Gusev
Committed by
Alexandre Julliard
Jun 19, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add flags in D3D11_RESOURCE_MISC_FLAG.
parent
7a353e15
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
d3d11.idl
include/d3d11.idl
+3
-1
No files found.
include/d3d11.idl
View file @
a5ea2c57
...
@@ -1036,7 +1036,9 @@ typedef enum D3D11_RESOURCE_MISC_FLAG
...
@@ -1036,7 +1036,9 @@ typedef enum D3D11_RESOURCE_MISC_FLAG
D3D11_RESOURCE_MISC_GUARDED
=
0
x00008000L
,
D3D11_RESOURCE_MISC_GUARDED
=
0
x00008000L
,
D3D11_RESOURCE_MISC_TILE_POOL
=
0
x00020000L
,
D3D11_RESOURCE_MISC_TILE_POOL
=
0
x00020000L
,
D3D11_RESOURCE_MISC_TILED
=
0
x00040000L
,
D3D11_RESOURCE_MISC_TILED
=
0
x00040000L
,
D3D11_RESOURCE_MISC_HW_PROTECTED
=
0
x00080000L
D3D11_RESOURCE_MISC_HW_PROTECTED
=
0
x00080000L
,
D3D11_RESOURCE_MISC_SHARED_DISPLAYABLE
=
0
x00100000L
,
D3D11_RESOURCE_MISC_SHARED_EXCLUSIVE_WRITER
=
0
x00200000L
}
D3D11_RESOURCE_MISC_FLAG
;
}
D3D11_RESOURCE_MISC_FLAG
;
typedef
struct
D3D11_QUERY_DESC
typedef
struct
D3D11_QUERY_DESC
...
...
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