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
6e620c46
Commit
6e620c46
authored
Apr 07, 2016
by
John Kessenich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Nonfunctional: Remove stray ';' and fix Google Test sentence in README.
parent
7e3e4863
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+1
-1
GlslangToSpv.h
SPIRV/GlslangToSpv.h
+1
-1
No files found.
README.md
View file @
6e620c46
...
...
@@ -124,7 +124,7 @@ Testing
-------
Test results should always be included with a pull request that modifies
functionality. And since glslang
is adding
the ability to test with
functionality. And since glslang
added
the ability to test with
[
Google Test
](
https://github.com/google/googletest
)
framework,
please write your new tests using Google Test.
...
...
SPIRV/GlslangToSpv.h
View file @
6e620c46
...
...
@@ -40,4 +40,4 @@ void GetSpirvVersion(std::string&);
void
GlslangToSpv
(
const
glslang
::
TIntermediate
&
intermediate
,
std
::
vector
<
unsigned
int
>&
spirv
);
void
OutputSpv
(
const
std
::
vector
<
unsigned
int
>&
spirv
,
const
char
*
baseName
);
}
;
}
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