Extract Win32 async render context state
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user