Update release

This commit is contained in:
vczh
2025-08-08 14:18:17 -07:00
parent 019a7b10f4
commit f9947fc69c
15 changed files with 281 additions and 91 deletions
+10
View File
@@ -6372,6 +6372,11 @@ WindowsGDIResourceManager
return layoutProvider.Obj();
}
Ptr<IGuiGraphicsElement> CreateRawElement() override
{
return Ptr(GuiDirect2DElement::Create());
}
void NativeWindowCreated(INativeWindow* window)override
{
auto renderTarget = Ptr(new WindowsDirect2DRenderTarget(window));
@@ -12931,6 +12936,11 @@ WindowsGDIResourceManager
return layoutProvider.Obj();
}
Ptr<IGuiGraphicsElement> CreateRawElement() override
{
return Ptr(GuiGDIElement::Create());
}
void NativeWindowCreated(INativeWindow* window)override
{
auto renderTarget = Ptr(new WindowsGDIRenderTarget(window));