Merge pull request #533 from steve-lunarg/reflection
add reflection queries to return a TType. Fix minor issue with inter…
No related branches found
No related tags found
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- Test/baseResults/hlsl.buffer.frag.out 44 additions, 44 deletionsTest/baseResults/hlsl.buffer.frag.out
- Test/baseResults/hlsl.layout.frag.out 18 additions, 18 deletionsTest/baseResults/hlsl.layout.frag.out
- Test/baseResults/hlsl.reflection.binding.frag.out 23 additions, 0 deletionsTest/baseResults/hlsl.reflection.binding.frag.out
- Test/baseResults/hlsl.reflection.binding.vert.out 15 additions, 0 deletionsTest/baseResults/hlsl.reflection.binding.vert.out
- Test/baseResults/hlsl.reflection.vert.out 77 additions, 70 deletionsTest/baseResults/hlsl.reflection.vert.out
- Test/baseResults/reflection.vert.out 91 additions, 91 deletionsTest/baseResults/reflection.vert.out
- Test/baseResults/spv.buffer.autoassign.frag.out 20 additions, 20 deletionsTest/baseResults/spv.buffer.autoassign.frag.out
- Test/hlsl.reflection.binding.frag 34 additions, 0 deletionsTest/hlsl.reflection.binding.frag
- Test/runtests 3 additions, 0 deletionsTest/runtests
- glslang/Include/Types.h 1 addition, 1 deletionglslang/Include/Types.h
- glslang/MachineIndependent/ShaderLang.cpp 15 additions, 13 deletionsglslang/MachineIndependent/ShaderLang.cpp
- glslang/MachineIndependent/reflection.cpp 13 additions, 6 deletionsglslang/MachineIndependent/reflection.cpp
- glslang/MachineIndependent/reflection.h 27 additions, 5 deletionsglslang/MachineIndependent/reflection.h
- glslang/Public/ShaderLang.h 20 additions, 13 deletionsglslang/Public/ShaderLang.h
- hlsl/hlslParseHelper.cpp 4 additions, 2 deletionshlsl/hlslParseHelper.cpp
Loading
Please register or sign in to comment