Merge pull request #907 from KhronosGroup/include
HLSL: Add an Includer to handle #include for local HLSL paths.
No related branches found
No related tags found
Showing
- StandAlone/CMakeLists.txt 1 addition, 2 deletionsStandAlone/CMakeLists.txt
- StandAlone/DirStackFileIncluder.h 125 additions, 0 deletionsStandAlone/DirStackFileIncluder.h
- StandAlone/StandAlone.cpp 4 additions, 2 deletionsStandAlone/StandAlone.cpp
- Test/bar.h 1 addition, 0 deletionsTest/bar.h
- Test/baseResults/hlsl.include.vert.out 75 additions, 0 deletionsTest/baseResults/hlsl.include.vert.out
- Test/baseResults/hlsl.includeNegative.vert.out 10 additions, 0 deletionsTest/baseResults/hlsl.includeNegative.vert.out
- Test/baseResults/include.vert.out 69 additions, 0 deletionsTest/baseResults/include.vert.out
- Test/foo.h 1 addition, 0 deletionsTest/foo.h
- Test/hlsl.include.vert 8 additions, 0 deletionsTest/hlsl.include.vert
- Test/hlsl.includeNegative.vert 8 additions, 0 deletionsTest/hlsl.includeNegative.vert
- Test/inc1/badInc.h 1 addition, 0 deletionsTest/inc1/badInc.h
- Test/inc1/bar.h 3 additions, 0 deletionsTest/inc1/bar.h
- Test/inc1/foo.h 3 additions, 0 deletionsTest/inc1/foo.h
- Test/inc2/bar.h 2 additions, 0 deletionsTest/inc2/bar.h
- Test/inc2/foo.h 1 addition, 0 deletionsTest/inc2/foo.h
- Test/include.vert 16 additions, 0 deletionsTest/include.vert
- Test/parent.h 1 addition, 0 deletionsTest/parent.h
- Test/parentBad 3 additions, 0 deletionsTest/parentBad
- Test/runtests 11 additions, 0 deletionsTest/runtests
- glslang/MachineIndependent/ShaderLang.cpp 0 additions, 5 deletionsglslang/MachineIndependent/ShaderLang.cpp
Loading
Please register or sign in to comment