Home
last modified time | relevance | path

Searched refs:PlatformWindows (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/windows/
H A Dplatform_windows.cpp36 PlatformWindows::PlatformWindows(PlatformCreateInfo const& createInfo) in PlatformWindows() function in PlatformWindows
97 const PlatformData& PlatformWindows::GetPlatformData() const in GetPlatformData()
102 void PlatformWindows::RegisterPluginLocations(IPluginRegister& registry) in RegisterPluginLocations()
113 return CORE_NS::IPlatform::Ptr(new PlatformWindows(createInfo)); in Create()
H A Dplatform_windows.h36 class PlatformWindows final : public IPlatform {
38 explicit PlatformWindows(PlatformCreateInfo const& createInfo);
39 ~PlatformWindows() override = default;