DirectXShaderCompiler/.gitmodules

13 строки
470 B
Plaintext
Исходник Обычный вид История

[submodule "external/SPIRV-Headers"]
path = external/SPIRV-Headers
url = https://github.com/KhronosGroup/SPIRV-Headers
[submodule "external/SPIRV-Tools"]
path = external/SPIRV-Tools
url = https://github.com/KhronosGroup/SPIRV-Tools
[submodule "external/googletest"]
path = external/googletest
url = https://github.com/google/googletest
[linux] Enable Reflection on *nix platforms (#4810) Needed for the impending enabling on *nix platforms * Remove circular dependency from RDAT Dumper A file included by the source that implemented various ToString converters of reflection data to strings itself depended on those declarations, which it only found because of the unique way MSVC processes templates. By moving the definitions and declarations into their own header and source files, everyone gets what they need without ouroborosing. * Create DirectX-Headers submodule Creates the DirectX-Headers submodule and adds the needed defines to allow them to be used. As yet makes no use of these headers * Improve src dir finding error The check for the file stream that is meant to represent the filechecked source file wasn't sufficient to detect a non-existent file. By expanding the error check, it can produce a helpful message. Also initialize the failure code so it isn't random * Enable reflection functionality and testing This flips the switch, removing or repositioning many ifdefs and including previously excluded files in the build. * Actually add the DirectX-Headers submodule * fix *nix build breaks caused while fixing win breaks :P * Respond to feedback -- some of it anyway ;) * simplify cmake file to exclude unneeded src dir * fix cmake (again) * Fix GCC template specialization finickiness What compiler is overly permissive now huh? huh? (or just quick to adopt new language features?) * LPCBYTE isn't a thing Loathe as I am to push one more commit onto this. I don't want to propagate a misconception. I meant to remove this earlier and caught it from one final self-review >:(
2022-11-24 05:10:29 +03:00
[submodule "external/DirectX-Headers"]
path = external/DirectX-Headers
url = https://github.com/microsoft/DirectX-Headers.git