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
167612ae
Commit
167612ae
authored
May 08, 2012
by
Matteo Bruni
Committed by
Alexandre Julliard
May 08, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dcompiler: Remove shader_type typedef.
parent
ab7fe608
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
d3dcompiler_private.h
dlls/d3dcompiler_43/d3dcompiler_private.h
+4
-4
No files found.
dlls/d3dcompiler_43/d3dcompiler_private.h
View file @
167612ae
...
@@ -44,11 +44,11 @@ const char *debug_d3dcompiler_d3d_blob_part(D3D_BLOB_PART part) DECLSPEC_HIDDEN;
...
@@ -44,11 +44,11 @@ const char *debug_d3dcompiler_d3d_blob_part(D3D_BLOB_PART part) DECLSPEC_HIDDEN;
const
char
*
debug_d3dcompiler_shader_variable_class
(
D3D_SHADER_VARIABLE_CLASS
c
)
DECLSPEC_HIDDEN
;
const
char
*
debug_d3dcompiler_shader_variable_class
(
D3D_SHADER_VARIABLE_CLASS
c
)
DECLSPEC_HIDDEN
;
const
char
*
debug_d3dcompiler_shader_variable_type
(
D3D_SHADER_VARIABLE_TYPE
t
)
DECLSPEC_HIDDEN
;
const
char
*
debug_d3dcompiler_shader_variable_type
(
D3D_SHADER_VARIABLE_TYPE
t
)
DECLSPEC_HIDDEN
;
/* Shader assembler definitions */
enum
shader_type
typedef
enum
_shader_type
{
{
ST_VERTEX
,
ST_VERTEX
,
ST_PIXEL
,
ST_PIXEL
,
}
shader_type
;
};
typedef
enum
BWRITER_COMPARISON_TYPE
{
typedef
enum
BWRITER_COMPARISON_TYPE
{
BWRITER_COMPARISON_NONE
,
BWRITER_COMPARISON_NONE
,
...
@@ -111,7 +111,7 @@ struct samplerdecl {
...
@@ -111,7 +111,7 @@ struct samplerdecl {
#define INSTRARRAY_INITIAL_SIZE 8
#define INSTRARRAY_INITIAL_SIZE 8
struct
bwriter_shader
{
struct
bwriter_shader
{
shader_type
type
;
enum
shader_type
type
;
/* Shader version selected */
/* Shader version selected */
DWORD
version
;
DWORD
version
;
...
...
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