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
664057ce
Commit
664057ce
authored
Sep 29, 2009
by
Henri Verbeet
Committed by
Alexandre Julliard
Sep 29, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Add a separate function for state block initialization.
parent
6a7b97b6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
device.c
dlls/wined3d/device.c
+0
-0
stateblock.c
dlls/wined3d/stateblock.c
+0
-0
wined3d_private.h
dlls/wined3d/wined3d_private.h
+2
-4
No files found.
dlls/wined3d/device.c
View file @
664057ce
This diff is collapsed.
Click to expand it.
dlls/wined3d/stateblock.c
View file @
664057ce
This diff is collapsed.
Click to expand it.
dlls/wined3d/wined3d_private.h
View file @
664057ce
...
...
@@ -2352,10 +2352,8 @@ struct IWineD3DStateBlockImpl
unsigned
int
num_contained_sampler_states
;
};
extern
void
stateblock_savedstates_set
(
IWineD3DStateBlock
*
iface
,
SAVEDSTATES
*
states
,
BOOL
value
)
DECLSPEC_HIDDEN
;
extern
void
stateblock_copy
(
IWineD3DStateBlock
*
destination
,
IWineD3DStateBlock
*
source
)
DECLSPEC_HIDDEN
;
extern
const
IWineD3DStateBlockVtbl
IWineD3DStateBlock_Vtbl
DECLSPEC_HIDDEN
;
HRESULT
stateblock_init
(
IWineD3DStateBlockImpl
*
stateblock
,
IWineD3DDeviceImpl
*
device
,
WINED3DSTATEBLOCKTYPE
type
,
IUnknown
*
parent
)
DECLSPEC_HIDDEN
;
/* Direct3D terminology with little modifications. We do not have an issued state
* because only the driver knows about it, but we have a created state because d3d
...
...
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