small stuff

This commit is contained in:
cdozdil
2024-09-17 16:26:36 +03:00
parent b10b127f26
commit 697aba5e85
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
// LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
typedef HRESULT(__fastcall* PFN_Present)(IDXGISwapChain*, UINT, UINT);
typedef HRESULT(__fastcall* PFN_Present1)(IDXGISwapChain*, UINT, UINT, const DXGI_PRESENT_PARAMETERS*);
typedef HRESULT(__fastcall* PFN_Present1)(IDXGISwapChain1*, UINT, UINT, const DXGI_PRESENT_PARAMETERS*);
typedef HRESULT(__fastcall* PFN_ResizeBuffers)(IDXGISwapChain*, UINT, UINT, UINT, DXGI_FORMAT, UINT);
typedef HRESULT(__fastcall* PFN_ResizeBuffers1)(IDXGISwapChain*, UINT, UINT, UINT, DXGI_FORMAT, UINT, const UINT*, IUnknown* const*);
typedef HRESULT(__fastcall* PFN_CreateSwapChain)(IDXGIFactory*, IUnknown*, DXGI_SWAP_CHAIN_DESC*, IDXGISwapChain**);
-2
View File
@@ -565,8 +565,6 @@ static VkResult hkvkQueuePresentKHR(VkQueue queue, VkPresentInfoKHR* pPresentInf
{
LOG_FUNC();
if (!_vulkanObjectsCreated)
{
LOG_TRACE("!_vulkanObjectsCreated return o_QueuePresentKHR");