mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 14:23:02 +01:00
Cleanup.
This commit is contained in:
@@ -134,7 +134,7 @@ namespace bgfx { namespace gl
|
||||
//
|
||||
// An application can only set the pixel format of a window one time.
|
||||
// Once a window's pixel format is set, it cannot be changed.
|
||||
// MSDN: http://msdn.microsoft.com/en-us/library/windows/desktop/dd369049%28v=vs.85%29.aspx
|
||||
// MSDN: https://web.archive.org/web/20190207230357/https://docs.microsoft.com/en-us/windows/desktop/api/wingdi/nf-wingdi-setpixelformat
|
||||
HWND hwnd = CreateWindowA("STATIC"
|
||||
, ""
|
||||
, WS_POPUP|WS_DISABLED
|
||||
|
||||
Reference in New Issue
Block a user