Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
2c232990
Commit
2c232990
authored
Jun 06, 2006
by
Ivan Gyurdiev
Committed by
Alexandre Julliard
Jun 06, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: pshader defi has 5 parameters.
parent
9de7c3ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
pixelshader.c
dlls/wined3d/pixelshader.c
+2
-2
No files found.
dlls/wined3d/pixelshader.c
View file @
2c232990
...
...
@@ -586,7 +586,7 @@ void pshader_defb(WINED3DSHADERVECTOR* d) {
FIXME
(
" : Stub
\n
"
);
}
void
pshader_defi
(
WINED3DSHADERVECTOR
*
d
)
{
void
pshader_defi
(
WINED3DSHADERVECTOR
*
d
,
WINED3DSHADERVECTOR
*
s0
,
WINED3DSHADERVECTOR
*
s1
,
WINED3DSHADERVECTOR
*
s2
,
WINED3DSHADERVECTOR
*
s3
)
{
FIXME
(
" : Stub
\n
"
);
}
...
...
@@ -707,7 +707,7 @@ CONST SHADER_OPCODE IWineD3DPixelShaderImpl_shader_ins[] = {
/* Constant definitions */
{
D3DSIO_DEF
,
"def"
,
"undefined"
,
5
,
pshader_def
,
pshader_hw_def
,
NULL
,
0
,
0
},
{
D3DSIO_DEFB
,
"defb"
,
GLNAME_REQUIRE_GLSL
,
2
,
pshader_defb
,
NULL
,
NULL
,
0
,
0
},
{
D3DSIO_DEFI
,
"defi"
,
GLNAME_REQUIRE_GLSL
,
2
,
pshader_defi
,
NULL
,
NULL
,
0
,
0
},
{
D3DSIO_DEFI
,
"defi"
,
GLNAME_REQUIRE_GLSL
,
5
,
pshader_defi
,
NULL
,
NULL
,
0
,
0
},
/* Texture */
{
D3DSIO_TEXCOORD
,
"texcoord"
,
"undefined"
,
1
,
pshader_texcoord
,
pshader_hw_texcoord
,
NULL
,
0
,
D3DPS_VERSION
(
1
,
3
)},
...
...
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