finish buggy dx11 code
This commit is contained in:
10
BasaltPresenter/Shared/directx_util.hpp
Normal file
10
BasaltPresenter/Shared/directx_util.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include <cinttypes>
|
||||
#include <string_view>
|
||||
#include <windows.h>
|
||||
|
||||
namespace Basalt::Shared::DirectX {
|
||||
|
||||
HWND CreateRenderWindow(std::uint32_t width, std::uint32_t height, const std::wstring_view& title);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user