Похожие чаты

#Define GLFW_INCLUDE_VULKAN #include <GLFW/glfw3.h> void run() { initWindow(); initVulkan(); mainLoop(); cleanup(); }


private: void initWindow() {glfwWindowHint(GLFW_CLIENT_API, GLFW_NO_API);}
window = glfwCreateWindow(800, 600, "Vulkan", nullptr, nullptr);
void mainLoop() { while (!glfwWindowShouldClose(window)) { glfwPollEvents(); } }
window didnt Initialized
Why?

17 ответов

27 просмотров

Show initWindow, initVulkan, mainLoop

علیرضا- Автор вопроса
Thomas
Show initWindow, initVulkan, mainLoop

void initWindow() { glfwInit(); glfwWindowHint(GLFW_CLIENT_API, GLFW_NO_API); glfwWindowHint(GLFW_RESIZABLE, GLFW_FALSE); window = glfwCreateWindow(WIDTH, HEIGHT, "Vulkan", nullptr, nullptr); }

علیرضا- Автор вопроса
Thomas
Show initWindow, initVulkan, mainLoop

private: void initVulkan() { } void mainLoop() { } void cleanup() { } }; int main() { HelloTriangleApplication app; try { app.run(); } catch (const std::exception& e) { std::cerr << e.what() << std::endl; return EXIT_FAILURE; } return EXIT_SUCCESS; } Is it a good way or not?

علیرضا
private: void initVulkan() { } void mainLoop() { }...

Please use, proper indentation and structure.. Nobody would even bother to read this to help you..

علیرضا- Автор вопроса
mito
Please use, proper indentation and structure.. Nob...

When i want to send code in telegram The code was bad copied

علیرضا
When i want to send code in telegram The code was...

To post more than a few lines of code, use a pastebin like: * dpaste.org * linkode.org * bin.kv2.dev * hastebin.com If you are stuck in a terminal, you can use ix.io or paste.rs to paste from the CLI: <command to print output> |& curl -F 'f:1=<-' ix.io <command to print output> |& curl --data-binary @- https://paste.rs

علیرضا- Автор вопроса

#include <vulkan/vulkan.h> #include <iostream> #include <stdexcept> #include <cstdlib> class HelloTriangleApplication { public: void run() { initVulkan(); mainLoop(); cleanup(); } private: void initVulkan() { } void mainLoop() { } void cleanup() { } }; int main() { HelloTriangleApplication app; try { app.run(); } catch (const std::exception& e) { std::cerr << e.what() << std::endl; return EXIT_FAILURE; } return EXIT_SUCCESS; } i run this code but window didnt appear

علیرضا
#include <vulkan/vulkan.h> #include <iostream> #i...

use a pasting website sar, make your life easier for yourself. Here: https://www.youtube.com/watch?v=YGgWw7jM0ck

علیرضا- Автор вопроса
Thomas
Missinf some code here huh?

I dont now Maybe i should using vulkan with glfw or sdl

علیرضا- Автор вопроса
Thomas
Which OS are you on?

3d Graphics library(api)

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
@Benzenoid can you tell me the easiest, and safest way to bu.y HEX now?
Živa Žena
20
This is a question from my wife who make a fortune with memes 😂😂 About the Migration and Tokens: 1. How will the old tokens be migrated to the new $LGCYX network? What is th...
🍿 °anton°
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
What is the Dex situation? Agora team started with the Pnetwork for their dex which helped them both with integration. It’s completed but as you can see from the Pnetwork ann...
Ben
1
Гайс, вопрос для разносторонее развитых: читаю стрим с юарта, нада выделять с него фреймы с определенной структурой, если ли чо готовое, или долбаться с ринг буффером? нада у...
Vitaly
9
Anyone knows where there are some instructions or discort about failed bridge transactions ?
Jochem
21
@lozuk how do I get my phex copies of my ehex from a atomic wallet, to move to my rabby?
Justfrontin 👀
11
Карта сайта