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
3c5387da
Commit
3c5387da
authored
Mar 25, 2015
by
Jacek Caban
Committed by
Alexandre Julliard
Mar 25, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dxgi1_2.idl: Added IDXGIAdapter2 declaration.
parent
a79621a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
+42
-0
dxgi1_2.idl
include/dxgi1_2.idl
+42
-0
No files found.
include/dxgi1_2.idl
View file @
3c5387da
...
@@ -190,3 +190,45 @@ interface IDXGIFactory2 : IDXGIFactory1
...
@@ -190,3 +190,45 @@ interface IDXGIFactory2 : IDXGIFactory1
[
in
]
IDXGIOutput
*
pRestrictToOutput
,
[
in
]
IDXGIOutput
*
pRestrictToOutput
,
[
out
]
IDXGISwapChain1
**
ppSwapChain
)
;
[
out
]
IDXGISwapChain1
**
ppSwapChain
)
;
}
}
typedef
enum
DXGI_GRAPHICS_PREEMPTION_GRANULARITY
{
DXGI_GRAPHICS_PREEMPTION_DMA_BUFFER_BOUNDARY
,
DXGI_GRAPHICS_PREEMPTION_PRIMITIVE_BOUNDARY
,
DXGI_GRAPHICS_PREEMPTION_TRIANGLE_BOUNDARY
,
DXGI_GRAPHICS_PREEMPTION_PIXEL_BOUNDARY
,
DXGI_GRAPHICS_PREEMPTION_INSTRUCTION_BOUNDARY
}
DXGI_GRAPHICS_PREEMPTION_GRANULARITY
;
typedef
enum
DXGI_COMPUTE_PREEMPTION_GRANULARITY
{
DXGI_COMPUTE_PREEMPTION_DMA_BUFFER_BOUNDARY
,
DXGI_COMPUTE_PREEMPTION_DISPATCH_BOUNDARY
,
DXGI_COMPUTE_PREEMPTION_THREAD_GROUP_BOUNDARY
,
DXGI_COMPUTE_PREEMPTION_THREAD_BOUNDARY
,
DXGI_COMPUTE_PREEMPTION_INSTRUCTION_BOUNDARY
}
DXGI_COMPUTE_PREEMPTION_GRANULARITY
;
typedef
struct
DXGI_ADAPTER_DESC2
{
WCHAR
Description
[
128
]
;
UINT
VendorId
;
UINT
DeviceId
;
UINT
SubSysId
;
UINT
Revision
;
SIZE_T
DedicatedVideoMemory
;
SIZE_T
DedicatedSystemMemory
;
SIZE_T
SharedSystemMemory
;
LUID
AdapterLuid
;
UINT
Flags
;
DXGI_GRAPHICS_PREEMPTION_GRANULARITY
GraphicsPreemptionGranularity
;
DXGI_COMPUTE_PREEMPTION_GRANULARITY
ComputePreemptionGranularity
;
}
DXGI_ADAPTER_DESC2
;
[
object
,
uuid
(
0
aa1ae0a
-
fa0e
-
4b84
-
8644
-
e05ff8e5acb5
),
local
,
pointer_default
(
unique
)
]
interface
IDXGIAdapter2
:
IDXGIAdapter1
{
HRESULT
GetDesc2
(
[
out
]
DXGI_ADAPTER_DESC2
*
pDesc
)
;
}
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