Search code examples
If you use your own synchronisation can you the same command pool from different threads right?...


vulkan

Read More
Wrap Vulkan's VkInstance into unique_ptr without additional dynamic allocations...


c++c++17unique-ptrvulkan

Read More
VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT on swapchain ImageViews...


cgraphicsgpuvulkan

Read More
Why are some Vulkan extensions available through dynamic linking, but not others?...


vulkan

Read More
How to synchronize Vulkan swapchain presentation with sempahore destruction...


synchronizationvulkan

Read More
what's the difference between .descriptorCount in VkDescriptorPoolSize and in VkDescriptorSetLay...


gpushadervulkan

Read More
How to synchronize between queues on different CPU threads?...


vulkan

Read More
VK_LAYER_PATH works not as expected...


vulkan

Read More
Is Vulkan-flavored GLSL compatible with OpenGL?...


glslvulkan

Read More
Building the set of unique vertices gives trashed result with random triangles around initial mesh...


c++graphicsmeshvulkanglm-math

Read More
What is the use of block name in Vulkan GLSL?...


glslvulkan

Read More
How to make C++ header file use 3rd party headers while only exposing a limited API when said header...


c++visual-c++cmakeglfwvulkan

Read More
How does Vulkan's memory domain operation work...


c++graphicsvulkan

Read More
Vulkan vkInvalidateMappedMemoryRanges explanation...


c++graphicsvulkan

Read More
How to get supported extensions in Vulkan...


vulkan

Read More
glm::lookAt with custom rotation does not work properly...


c++vulkanglm-math

Read More
Vulkan Ray Tracing - Any Hit Shader doesn't write to buffer...


buffershadervulkanraytracing

Read More
The intersection shader reads zeroes out of an SSBO...


rustglslvulkanraytracingshader-storage-buffer

Read More
Is there a significant performance gap bewteen native VulkanSDK and its C++ binding?...


c++vulkan

Read More
Why is NDK slower then Renderscript on a non parallelizable operation?...


androidandroid-ndkvulkanrenderscript

Read More
Implementing blending functions too complicated for fixed-function blending...


gpuvulkanblending

Read More
Rust Vulkano creation of compute pipeline does not work and freeze my video card...


rustgraphicsglslvulkancompute-shader

Read More
Vulkan Instance creation fails with SDL2. I am not sure where I am wrong...


csdlvulkan

Read More
How can I determine what instance extensions a given `VkInstance` was created with?...


cgpuvulkan

Read More
Increasing TdrDelay from 2s to 30s in Registy Editor for GPU solved Device Lost error in my Vulkan P...


graphicsvulkan

Read More
Is it normal for your gpu device not to support three channel formats?...


graphicsvulkandirect3d

Read More
Vulkan swapchain creation causes crash with no debug information...


cvulkan

Read More
glfwGetWindowSize results in SIGSEGV (LWJGL)...


javalwjglglfwvulkan

Read More
How to send the HWND(Wind) of a qwidget from python to C++ using cython...


qtpyqt5cythonvulkan

Read More
How to schedule copies on transfer queue with a semaphore?...


c++vulkan

Read More
BackNext