This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
glslang
Watch
1
Star
0
Fork
0
You've already forked glslang
mirror of
https://github.com/RPCS3/glslang.git
synced
2024-11-24 03:39:51 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
44dd6a00c3
glslang
/
.gitignore
10 lines
75 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Several miscellaneous portability improvements (no functional changes). git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@24737 e7fa87d3-cd2b-0410-9028-fcbf551c1848
2014-01-10 21:09:51 +00:00
*.o
*.a
*.so
*.exe
tags
HLSL: Sampler/texture declarations, method syntax, partial Sample method
2016-06-29 16:58:58 +00:00
TAGS
Make smoother use in GitHub +x bison.exe, remove some extra files in runtests, and ignore more created files.
2015-06-26 06:12:31 +00:00
build/
Test/localResults/
Link in Google Test framework. The existing test harness is a homemade shell script. All the tests and the expected results are written in plain text files. The harness just reads in a test, invoke the glslangValidator binary on it, and compare the result with the golden file. All tests are kinda integration tests. This patch add Google Test as an external project, which provides a new harness for reading shader source files, compile to SPIR-V, and then compare with the expected output.
2016-03-04 21:22:34 +00:00
External/googletest
Reference in New Issue
Copy Permalink