mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
23 lines
1.3 KiB
C++
23 lines
1.3 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.250303.1
|
|
|
|
#pragma once
|
|
#ifndef WINRT_Windows_UI_Composition_Diagnostics_2_H
|
|
#define WINRT_Windows_UI_Composition_Diagnostics_2_H
|
|
#include "winrt/impl/Windows.UI.Composition.1.h"
|
|
#include "winrt/impl/Windows.UI.Composition.Diagnostics.1.h"
|
|
WINRT_EXPORT namespace winrt::Windows::UI::Composition::Diagnostics
|
|
{
|
|
struct WINRT_IMPL_EMPTY_BASES CompositionDebugHeatMaps : winrt::Windows::UI::Composition::Diagnostics::ICompositionDebugHeatMaps
|
|
{
|
|
CompositionDebugHeatMaps(std::nullptr_t) noexcept {}
|
|
CompositionDebugHeatMaps(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::UI::Composition::Diagnostics::ICompositionDebugHeatMaps(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES CompositionDebugSettings : winrt::Windows::UI::Composition::Diagnostics::ICompositionDebugSettings
|
|
{
|
|
CompositionDebugSettings(std::nullptr_t) noexcept {}
|
|
CompositionDebugSettings(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::UI::Composition::Diagnostics::ICompositionDebugSettings(ptr, take_ownership_from_abi) {}
|
|
static auto TryGetSettings(winrt::Windows::UI::Composition::Compositor const& compositor);
|
|
};
|
|
}
|
|
#endif
|