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
e574c89f
Commit
e574c89f
authored
Aug 26, 2010
by
Matteo Bruni
Committed by
Alexandre Julliard
Aug 30, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Update some d3d10shader.h definitions.
parent
3a6050b6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
+11
-5
d3d10shader.h
include/d3d10shader.h
+11
-5
No files found.
include/d3d10shader.h
View file @
e574c89f
...
@@ -127,11 +127,14 @@ typedef enum D3D10_REGISTER_COMPONENT_TYPE
...
@@ -127,11 +127,14 @@ typedef enum D3D10_REGISTER_COMPONENT_TYPE
D3D10_REGISTER_COMPONENT_FLOAT32
=
3
,
D3D10_REGISTER_COMPONENT_FLOAT32
=
3
,
}
D3D10_REGISTER_COMPONENT_TYPE
;
}
D3D10_REGISTER_COMPONENT_TYPE
;
typedef
struct
_D3D10_SHADER_MACRO
/* These are defined as version-neutral in d3dcommon.h */
{
typedef
D3D_SHADER_MACRO
D3D10_SHADER_MACRO
;
LPCSTR
Name
;
typedef
D3D_SHADER_MACRO
*
LPD3D10_SHADER_MACRO
;
LPCSTR
Definition
;
}
D3D10_SHADER_MACRO
,
*
LPD3D10_SHADER_MACRO
;
typedef
D3D_INCLUDE_TYPE
D3D10_INCLUDE_TYPE
;
typedef
ID3DInclude
ID3D10Include
;
typedef
ID3DInclude
*
LPD3D10INCLUDE
;
#define IID_ID3D10Include IID_ID3DInclude
typedef
enum
D3D10_RESOURCE_RETURN_TYPE
typedef
enum
D3D10_RESOURCE_RETURN_TYPE
{
{
...
@@ -279,6 +282,9 @@ DECLARE_INTERFACE_(ID3D10ShaderReflection, IUnknown)
...
@@ -279,6 +282,9 @@ DECLARE_INTERFACE_(ID3D10ShaderReflection, IUnknown)
};
};
#undef INTERFACE
#undef INTERFACE
HRESULT
WINAPI
D3D10CompileShader
(
LPCSTR
data
,
SIZE_T
data_size
,
LPCSTR
filename
,
const
D3D10_SHADER_MACRO
*
defines
,
ID3D10Include
*
include
,
LPCSTR
entrypoint
,
LPCSTR
profile
,
UINT
flags
,
ID3D10Blob
**
shader
,
ID3D10Blob
**
error_messages
);
LPCSTR
WINAPI
D3D10GetVertexShaderProfile
(
ID3D10Device
*
device
);
LPCSTR
WINAPI
D3D10GetVertexShaderProfile
(
ID3D10Device
*
device
);
LPCSTR
WINAPI
D3D10GetGeometryShaderProfile
(
ID3D10Device
*
device
);
LPCSTR
WINAPI
D3D10GetGeometryShaderProfile
(
ID3D10Device
*
device
);
LPCSTR
WINAPI
D3D10GetPixelShaderProfile
(
ID3D10Device
*
device
);
LPCSTR
WINAPI
D3D10GetPixelShaderProfile
(
ID3D10Device
*
device
);
...
...
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