Похожие чаты

#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 ответов

24 просмотра

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)

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

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

а через ESC-код ?
Alexey Kulakov
29
30500 за редактор? )
Владимир
47
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
13
any reference of this implementation?
BitBuddha
29
Ⓐrtto, [4/23/24 7:02 PM] Please explain more fully how it is not working exactly, and what are the steps you are taking, and what error messages come or what happens. Ⓐrtto, ...
Ezza Kezza
2
sounds like people have lost their kaspa on tradeogre... does this mean tradeogre not trustworthy?
Ezza Kezza
15
Страшнейшая правда про списки ЦБ. С первых дней жизни P2P сферы, молодые человеки, начитавшись законодательной базы и "внутренних" документов, решили, что им противостоит сер...
Foxcool
3
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
So much speculation in the last week. So much volatility in price. This is because Hedera has a GC that isn't using the network it's governing. Why aren't people asking why a...
Summit Seeker R
9
Карта сайта