Files
swift-mirror/stdlib/public/Platform
Saleem Abdulrasool 66a9ae44b4 Platform: add dxgidebug.h to _DXGI module
The debug header is used for enumeration of certain DXGI interfaces
related to debugging of the pipeline.  Add this to gain access to the
interfaces and some of the global GUIDs associated with it.
2021-01-27 09:53:04 -08:00
..

This directory holds the Swift Standard Library's Darwin and Glibc Module, comprised of

  • The overlay library, which amends some APIs imported from Clang module.
  • Glibc only: The clang module map which specifies which headers need to be imported from Glibc for bare minimum functionality.

Note: On Darwin platforms, we assume clang module map is already installed in the system SDK.