BLAS
This commit is contained in:
parent
b49abf3d1a
commit
819517d150
10 changed files with 1069 additions and 44 deletions
|
|
@ -199,7 +199,7 @@ void WindowVulkan::CreateSwapchain()
|
|||
}
|
||||
|
||||
WindowVulkan::WindowVulkan(std::uint32_t width, std::uint32_t height) : Window(width, height) {
|
||||
|
||||
|
||||
display = wl_display_connect(NULL);
|
||||
if (display == NULL) {
|
||||
std::cerr << "failed to create display" << std::endl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue