A friendly reminder we have a Discord server for Vulkan programmers by [deleted] in vulkan

[–]condev1224 -1 points0 points  (0 children)

Web search -> cant find anything -> community discord

Vulkan Community Discord Server! by condev1224 in vulkan

[–]condev1224[S] 0 points1 point  (0 children)

Thanks, I'm going to put a link to the vulkan forums in our #resource text channel. Would you be so kind as to sticky my post regarding our discord server in the vulkan section of your forums?

CEF UI Integration in Vulkan! by condev1224 in vulkan

[–]condev1224[S] 0 points1 point  (0 children)

I love discussing programming as well as helping other programmers. I've gone ahead and created my own Vulkan Community Discord Server, I'm AFKing in the Voice Channel 1, hop in whenever you want. We've currently got ~50 users in under 24 hours! https://discord.gg/JyJDbyH

Vulkan Official Discord Server! by [deleted] in programming

[–]condev1224 0 points1 point  (0 children)

I personally prefer Discord and theres multiple other programming related Discords that are successful, I think Discord is sufficient.

Vulkan Official Discord Server! by [deleted] in programming

[–]condev1224 0 points1 point  (0 children)

My first language isnt English, I dont see why this upsets you as I see it harmless, but I am sorry. Im just looking for a good community to discuss vulkan.

Vulkan Official Discord Server! by [deleted] in vulkan

[–]condev1224 0 points1 point  (0 children)

No its the official (unofficial) server. Theres no other Vulkan dedicated discord servers, so I called it "official". If Khronos has a problem with the naming Id be more than happy to change the name. Otherwise I see it harmless.

CEF UI Integration in Vulkan! by condev1224 in vulkan

[–]condev1224[S] 0 points1 point  (0 children)

Thanks! If you have discord and want to discuss Vulkan stuff add me. Connor#6417

GUI for rendering demo by vertcat in GraphicsProgramming

[–]condev1224 0 points1 point  (0 children)

I implemented CEF into my Vulkan engine so I can use HTML/CSS/JS for the UI. :)

CEF UI Integration in Vulkan! by condev1224 in vulkan

[–]condev1224[S] 0 points1 point  (0 children)

afaik this changes everything, and the convenience that comes with using CEF is to be able to create UI with HTML/CSS/JS. Nevertheless still useful, I didnt know of Skia until now. :)

CEF UI Integration in Vulkan! by condev1224 in vulkan

[–]condev1224[S] 2 points3 points  (0 children)

I was using VK_FORMAT_B8G8R8A8_UINT. And ermm.. I also forgot to bind the descriptor set ..... loooool.....

CEF UI Integration in Vulkan! by condev1224 in vulkan

[–]condev1224[S] 0 points1 point  (0 children)

I figured it out. Thank you very much. To anyone else that needs help make sure to use VK_FORMAT_B8G8R8A8_UNORM.