This commit is contained in:
Бранимир Караџић
2019-02-07 18:04:28 -08:00
parent 82550fa842
commit cda981b8e3
7 changed files with 22 additions and 21 deletions

View File

@@ -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