mirror of
https://github.com/RPCS3/glslang.git
synced 2025-03-04 08:37:10 +00:00
Nonfunctional: Remove stray ';' and fix Google Test sentence in README.
This commit is contained in:
parent
7e3e486344
commit
6e620c4674
@ -124,7 +124,7 @@ Testing
|
|||||||
-------
|
-------
|
||||||
|
|
||||||
Test results should always be included with a pull request that modifies
|
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,
|
[Google Test](https://github.com/google/googletest) framework,
|
||||||
please write your new tests using Google Test.
|
please write your new tests using Google Test.
|
||||||
|
|
||||||
|
@ -40,4 +40,4 @@ void GetSpirvVersion(std::string&);
|
|||||||
void GlslangToSpv(const glslang::TIntermediate& intermediate, std::vector<unsigned int>& spirv);
|
void GlslangToSpv(const glslang::TIntermediate& intermediate, std::vector<unsigned int>& spirv);
|
||||||
void OutputSpv(const std::vector<unsigned int>& spirv, const char* baseName);
|
void OutputSpv(const std::vector<unsigned int>& spirv, const char* baseName);
|
||||||
|
|
||||||
};
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user