Add includer to gtest for include file tests.
Turn on debug info flag for non-semantic debug test.
This commit is contained in:
parent
a92c61f845
commit
d8f5681ec0
9 changed files with 338 additions and 552 deletions
10
Test/spv.debuginfo.include.glsl.h
Normal file
10
Test/spv.debuginfo.include.glsl.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
out vec4 headerOut;
|
||||
|
||||
uniform UBO {
|
||||
vec4 headerUboItem;
|
||||
};
|
||||
|
||||
vec4 headerFunction(vec4 a) {
|
||||
return -a;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue