Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
upload a result image
  • Loading branch information
shuhuai committed Jul 29, 2015
1 parent 4f875a8 commit 594e7a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added Demo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion windowsApp.cpp
Expand Up @@ -64,7 +64,7 @@ int windowsApp::Run(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmd
wc.hInstance = hInstance;
wc.hCursor = LoadCursor(nullptr, IDC_ARROW);
wc.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1);
wc.lpszClassName = "MovingTriangleDX12";
wc.lpszClassName = "Deferred Shading";
RegisterClassEx(&wc);

RECT rect = { 0, 0, mWidth, mHeight };
Expand Down

0 comments on commit 594e7a2

Please sign in to comment.