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
9e37e458
Commit
9e37e458
authored
Mar 25, 2015
by
Jacek Caban
Committed by
Alexandre Julliard
Mar 26, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d11.idl: Added D3D11_FEATURE_DATA_D3D11_OPTIONS declaration.
parent
64c48d0e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
d3d11.idl
include/d3d11.idl
+23
-0
No files found.
include/d3d11.idl
View file @
9e37e458
...
...
@@ -362,8 +362,31 @@ typedef enum D3D11_FEATURE
D3D11_FEATURE_FORMAT_SUPPORT
,
D3D11_FEATURE_FORMAT_SUPPORT2
,
D3D11_FEATURE_D3D10_X_HARDWARE_OPTIONS
,
D3D11_FEATURE_D3D11_OPTIONS
,
D3D11_FEATURE_ARCHITECTURE_INFO
,
D3D11_FEATURE_D3D9_OPTIONS
,
D3D11_FEATURE_SHADER_MIN_PRECISION_SUPPORT
,
D3D11_FEATURE_D3D9_SHADOW_SUPPORT
}
D3D11_FEATURE
;
typedef
struct
D3D11_FEATURE_DATA_D3D11_OPTIONS
{
BOOL
OutputMergerLogicOp
;
BOOL
UAVOnlyRenderingForcedSampleCount
;
BOOL
DiscardAPIsSeenByDriver
;
BOOL
FlagsForUpdateAndCopySeenByDriver
;
BOOL
ClearView
;
BOOL
CopyWithOverlap
;
BOOL
ConstantBufferPartialUpdate
;
BOOL
ConstantBufferOffsetting
;
BOOL
MapNoOverwriteOnDynamicConstantBuffer
;
BOOL
MapNoOverwriteOnDynamicBufferSRV
;
BOOL
MultisampleRTVWithForcedSampleCountOne
;
BOOL
SAD4ShaderInstructions
;
BOOL
ExtendedDoublesShaderInstructions
;
BOOL
ExtendedResourceSharing
;
}
D3D11_FEATURE_DATA_D3D11_OPTIONS
;
typedef
enum
D3D11_FILL_MODE
{
D3D11_FILL_WIREFRAME
=
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