Skip to content

Commit

Permalink
D3D12 Test Build 3
Browse files Browse the repository at this point in the history
  • Loading branch information
khang06 committed Dec 14, 2022
1 parent 53ff9e9 commit 0fa9c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PianoFromAbove/PianoFromAbove.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ DWORD WINAPI GameThread( LPVOID lpParameter )

// Put the adapter in the window title
wchar_t buf[1024] = {};
_snwprintf_s(buf, 1024, L"pfavizkhang %S (D3D12 TEST BUILD 2! Device: %s)", __DATE__, pRenderer->GetAdapterName().c_str());
_snwprintf_s(buf, 1024, L"pfavizkhang %S (D3D12 TEST BUILD 3! Device: %s)", __DATE__, pRenderer->GetAdapterName().c_str());
SetWindowTextW(g_hWnd, buf);

// Event, logic, render...
Expand Down

0 comments on commit 0fa9c90

Please sign in to comment.