Merge branch '23-glslang_cpp_interface' into 'master'
authorPyry Haulos <phaulos@google.com>
Tue, 10 Nov 2015 16:55:40 +0000 (11:55 -0500)
committerPyry Haulos <phaulos@google.com>
Tue, 10 Nov 2015 16:55:40 +0000 (11:55 -0500)
commit62fa9adecf80440d7667e672fdd0b713d03b6c9a
treeb39f707934c8431f45c7c4fa10738a80a9f8fa88
parente95776b294a3f0f3e322e6e5f4b40e6396a8ffde
parentc576265add50da8388b81cedd451dd448c55692a
Merge branch '23-glslang_cpp_interface' into 'master'

Move to C++ glslang interface, to avoid losing shader metadata.

This fixes issue #23. Also some spurious link-error-alike messages disappear from the log with this change.

See merge request !48