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
12
Test/spv.debuginfo.include.glsl.frag
Normal file
12
Test/spv.debuginfo.include.glsl.frag
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#version 450
|
||||
|
||||
#extension GL_GOOGLE_include_directive : require
|
||||
#include "spv.debuginfo.include.glsl.h"
|
||||
|
||||
vec4 mainFileFunction(vec4 v) {
|
||||
return -v;
|
||||
}
|
||||
|
||||
void main() {
|
||||
headerOut = headerFunction(mainFileFunction(headerUboItem));
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue