win32metadata/generation/WinSDK/manual/Direct3D11.cs

12 строки
189 B
C#
Исходник Постоянная ссылка Обычный вид История

using System;
2021-01-07 09:11:46 +03:00
using System;
using System.Collections.Generic;
using System.Text;
Updating a lot of namespaces (#444) * Attempted to move winreg.h to System.Registry. Builds but only a few APIs moved. * Added CONTRIBUTING.md with details on namespaces. * Added overview bullets to CONTRIBUTING.md. * Added projections to CONTRIBUTING.md. * Fixed relative links. * Removed hardcoded registry remappings. * Refactored manual Registry definitions. * Refactored networking APIs. * Changed RRAS to Rras. * Updated the Namespaces section. * Added a script to identify missing header files. * Fixed whitespace. * Added a ToC to the Namespaces section. * Cleaned up old Registry mappings. * Removed hardcoded WinSock mappings. Validated the headers for all hardcoded mappings are already in the WinSock partition. Added transportsettingcommon.h which was missing. * Reordered parameters. * Removed redundant DNS mappings. * Removed redundant WFP mappings. * Removed redundant Windows Firewall mappings. * Renamed the WindowsFirewall partition. * Renamed the WindowsFilteringPlatform partition. * Removed redundant BITS mappings. * Removed redundant DHCP mappings. * Removed redundant IpHelper mappings. * Removed redundant MIB mappings. * Removed redundant IpHelper mappings. * Added missing headers to WindowsFilteringPlatform. * Removed duplicate entries from header.txt. * Fixed build break. Casing matters for --traverse. * Reverted casing changes. * Moved AD, LDAP, and RDC to Networking. * Renamed AllJoyn-DeviceAndDriverInstallation. * Renamed Direct*. * Renamed DisplayDevices-InteractionContext. * Renamed Intl-OtherDeviceTechnologies. * Renamed Packaging-Xps. * Renamed COM, COM+, IE, and OfflineFiles. * Renamed WindowsProgramming. * Renamed WinML. Removed redundant ML mappings. * Add missing AllJoyn headers. * Attempted to move winreg.h to System.Registry. Builds but only a few APIs moved. * Added CONTRIBUTING.md with details on namespaces. * Added overview bullets to CONTRIBUTING.md. * Added projections to CONTRIBUTING.md. * Fixed relative links. * Removed hardcoded registry remappings. * Refactored manual Registry definitions. * Refactored networking APIs. * Changed RRAS to Rras. * Updated the Namespaces section. * Added a script to identify missing header files. * Fixed whitespace. * Added a ToC to the Namespaces section. * Cleaned up old Registry mappings. * Removed hardcoded WinSock mappings. Validated the headers for all hardcoded mappings are already in the WinSock partition. Added transportsettingcommon.h which was missing. * Reordered parameters. * Removed redundant DNS mappings. * Removed redundant WFP mappings. * Removed redundant Windows Firewall mappings. * Renamed the WindowsFirewall partition. * Renamed the WindowsFilteringPlatform partition. * Removed redundant BITS mappings. * Removed redundant DHCP mappings. * Removed redundant IpHelper mappings. * Removed redundant MIB mappings. * Removed redundant IpHelper mappings. * Added missing headers to WindowsFilteringPlatform. * Removed duplicate entries from header.txt. * Fixed build break. Casing matters for --traverse. * Reverted casing changes. * Moved AD, LDAP, and RDC to Networking. * Renamed AllJoyn-DeviceAndDriverInstallation. * Renamed Direct*. * Renamed DisplayDevices-InteractionContext. * Renamed Intl-OtherDeviceTechnologies. * Renamed Packaging-Xps. * Renamed COM, COM+, IE, and OfflineFiles. * Renamed WindowsProgramming. * Renamed WinML. Removed redundant ML mappings. * Add missing AllJoyn headers. * Added missing AllJoyn interop header. * Update branch with master * Removing stray debug code Co-authored-by: Mike Battista <mbattist@microsoft.com> Co-authored-by: Steve Otteson <sotteson@microsoft.com>
2021-04-27 11:15:58 +03:00
namespace Windows.Win32.Graphics.Direct3D11
{
public static unsafe partial class Apis
{
}
}