Renamed shadow map example
This commit is contained in:
parent
3f6b9d0444
commit
b96e370881
6 changed files with 5 additions and 5 deletions
|
|
@ -568,7 +568,7 @@ HWND VulkanExampleBase::setupWindow(HINSTANCE hinstance, WNDPROC wndproc)
|
|||
wndClass.hInstance = hinstance;
|
||||
wndClass.hIcon = LoadIcon(NULL, IDI_APPLICATION);
|
||||
wndClass.hCursor = LoadCursor(NULL, IDC_ARROW);
|
||||
wndClass.hbrBackground = (HBRUSH)GetStockObject(WHITE_BRUSH);
|
||||
wndClass.hbrBackground = (HBRUSH)GetStockObject(BLACK_BRUSH);
|
||||
wndClass.lpszMenuName = NULL;
|
||||
wndClass.lpszClassName = name.c_str();
|
||||
wndClass.hIconSm = LoadIcon(NULL, IDI_WINLOGO);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue