questions-and-answers
My vulkan renderer works only on first compile on clean folder from git, after that, it doesnt work.
beginner
Worse performance when looking at cubes from behind
Intel UHD Graphics 620 doesn't support presentation/no surface in vulkan-caps-viewer
invisible surface
windowing
Vulkan with 2 GPUs
graphics
beginner
VK_DEPENDENCY_BY_REGION_BIT for image acquiring -> render dependency?
Cs2
Problem with double/triple buffering
beginner
synchronization
vkQueueSubmit fails without validation error
shaders
ray-tracing
graphics
beginner
compute
[SOLVED] Swapchain recreation error; signaled semaphore afterwards
graphics
beginner
synchronization
Can WebAssembly/Emspcripten support the Vulkan API?
graphics
beginner
No geometry being presented on-screen
graphics
beginner
Is it possible in Vulkan to skip the driver and write assembly GPU bytecode directly?
graphics
beginner
best-practices
Texture Streaming for a game engine and compute shaders
graphics
beginner
best-practices
compute
Vulkan Environment in Visual Studio Code.
graphics
beginner
best-practices
vkCmdPipelineBarrier src_stage
synchronization
[SOLVED]Acceleration structures not working in vulkan raytracing
ray-tracing
beginner
UI Library
[Solved]Need help with imgui, Please
beginner
What is the point of VkDescriptorPoolSize if my program runs completely fine without them?
descriptor-sets
Renderer not redrawing during resize of window
graphics
beginner
windowing
Fragment shader output not showing on screen
graphics
beginner
compute
Can't read shader code
pipelines
beginner
What physical device features, if any, do validation layers enable?
[SOLVED] Vulkan: cannot find VK_KHR_SWAPCHAIN_EXTENSION_NAME
Texture Sampling Glitches
graphics
Rather Strange Fragment Shader Behaviour
issue rendering my image after creating uniformBuffer and Descriptor set
descriptor-sets
synchronization
[SOLVED] Problem with creating surface for SFML
beginner
windowing
[SOLVED] Vulkan validation layers missing on Ubuntu
Validation Layer crash
should i use C++ or Java (LWJGL)
Problem with rendering HUGE amount of instances
vkGetPhysicalDeviceProperties2 segmentation fault
beginner
[SOLVED] Can images be created with a defined layout?
beginner
VK_COMPOSITE_ALPHA.... Not working.
beginner
windowing
I want to know the cause of a segmentation faultin device.createFramebuffer()
graphics
beginner
When using dynamic rendering, does it make sense to have 2 barriers for operations?
Is LAYOUT_ATTACHMENT_OPTIMAL a superset of LAYOUT_COLOR_ATTACHMENT_OPTIMAL?
[SOLVED] tinyobj_loader_c problem
beginner
Fence error in triple framebuffer swap chain implementation
[SOLVED] stbi_load crashing application
beginner
[SOLVED] Some Question about Bindless Rendering and GraphicsPipelineLayout
pipelines
beginner
descriptor-sets
[SOLVED] Invalid VkImage Object when transitioning image using vkCmdPipelineBarrier2.
pipelines
beginner
Error: [vkFreeCommandBuffers(): commandPool In valid VkCommandPool]
beginner
[SOLVED] vkAcquireNextImageKHR repeating image indices
synchronization
Does the size of a uniform block include the padding at the end?
memory
Triangle is not rendering on laptop display.
graphics
beginner
vkEnumeratePhysicalDevices setting errno = 11. Safe to ignore?
windowing
[SOLVED] Vulkan Validation Layer Setup Example from Vulkan Tutorial Creates 2 Debug Messengers?