Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
glslang
Project
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
glslang
Commits
173c0c01
Commit
173c0c01
authored
Mar 01, 2017
by
John Kessenich
Committed by
GitHub
Mar 01, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #744 from realitix/sanitize_sh_link
Sanitize ShaderLang.h
parents
9c3f7b60
bc3fdcc8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
ShaderLang.h
glslang/Public/ShaderLang.h
+0
-8
No files found.
glslang/Public/ShaderLang.h
View file @
173c0c01
...
@@ -203,14 +203,6 @@ SH_IMPORT_EXPORT int ShCompile(
...
@@ -203,14 +203,6 @@ SH_IMPORT_EXPORT int ShCompile(
EShMessages
messages
=
EShMsgDefault
// warnings and errors
EShMessages
messages
=
EShMsgDefault
// warnings and errors
);
);
SH_IMPORT_EXPORT
int
ShLink
(
const
ShHandle
,
// linker object
const
ShHandle
h
[],
// compiler objects to link together
const
int
numHandles
,
ShHandle
uniformMap
,
// updated with new uniforms
short
int
**
uniformsAccessed
,
// returned with indexes of uniforms accessed
int
*
numUniformsAccessed
);
SH_IMPORT_EXPORT
int
ShLinkExt
(
SH_IMPORT_EXPORT
int
ShLinkExt
(
const
ShHandle
,
// linker object
const
ShHandle
,
// linker object
const
ShHandle
h
[],
// compiler objects to link together
const
ShHandle
h
[],
// compiler objects to link together
...
...
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