Extract Win32 async render context state

This commit is contained in:
2026-06-17 11:19:56 +02:00
parent 949dbf778a
commit 45f3d501e7
7 changed files with 108 additions and 75 deletions

View File

@@ -1,6 +1,7 @@
#include "pch.h"
#include "platform_windows/windows_bootstrap_helpers.h"
#include "platform_windows/windows_async_render_context.h"
#include "platform_windows/windows_main_window_session.h"
#include "platform_windows/windows_runtime_shell.h"
#include "platform_windows/windows_window_shell.h"
@@ -25,7 +26,6 @@
#endif
namespace pp::platform::windows {
void set_async_render_context(HDC hdc, HGLRC hrc);
App* bound_app() noexcept;
}