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
66654cf0
Commit
66654cf0
authored
Sep 22, 2008
by
Henri Verbeet
Committed by
Alexandre Julliard
Sep 23, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Add/update the D3DPRESENTFLAG constants.
parent
d95ae08a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
+11
-0
d3d8types.h
include/d3d8types.h
+2
-0
d3d9types.h
include/d3d9types.h
+2
-0
wined3d_types.h
include/wine/wined3d_types.h
+7
-0
No files found.
include/d3d8types.h
View file @
66654cf0
...
...
@@ -1131,6 +1131,8 @@ typedef struct _D3DPRESENT_PARAMETERS_ {
}
D3DPRESENT_PARAMETERS
;
#define D3DPRESENTFLAG_LOCKABLE_BACKBUFFER 0x00000001
typedef
struct
_D3DRANGE
{
UINT
Offset
;
UINT
Size
;
...
...
include/d3d9types.h
View file @
66654cf0
...
...
@@ -201,6 +201,8 @@
#define D3DPRESENTFLAG_DISCARD_DEPTHSTENCIL 0x00000002
/* Discard Z buffer */
#define D3DPRESENTFLAG_DEVICECLIP 0x00000004
/* Clip the window blited into the client area 2k + xp only */
#define D3DPRESENTFLAG_VIDEO 0x00000010
/* backbuffer 'may' contain video data */
#define D3DPRESENTFLAG_NOAUTOROTATE 0x00000020
/* d3d9ex, ignore display rotation */
#define D3DPRESENTFLAG_UNPRUNEDMODE 0x00000040
/* d3d9ex, specify invalid display modes */
#define D3DPRESENT_BACK_BUFFERS_MAX 3L
#define D3DPRESENT_RATE_DEFAULT 0x00000000
...
...
include/wine/wined3d_types.h
View file @
66654cf0
...
...
@@ -888,6 +888,13 @@ typedef struct _WINED3DPRESENT_PARAMETERS {
UINT
PresentationInterval
;
}
WINED3DPRESENT_PARAMETERS
;
#define WINED3DPRESENTFLAG_LOCKABLE_BACKBUFFER 0x00000001
#define WINED3DPRESENTFLAG_DISCARD_DEPTHSTENCIL 0x00000002
#define WINED3DPRESENTFLAG_DEVICECLIP 0x00000004
#define WINED3DPRESENTFLAG_VIDEO 0x00000010
#define WINED3DPRESENTFLAG_NOAUTOROTATE 0x00000020
#define WINED3DPRESENTFLAG_UNPRUNEDMODE 0x00000040
typedef
enum
_WINED3DRESOURCETYPE
{
WINED3DRTYPE_SURFACE
=
1
,
WINED3DRTYPE_VOLUME
=
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