Search code examples
Why does Vulkan set VkShaderModuleCreateInfo.pCode a pointer to type uint32_t?...

vulkan

Read More
Should I expect "device lost" conditions as normal under Vulkan?...

error-handlingvulkan

Read More
What isAlpha Composition in vulkan?...

windowsvulkanalpha-transparency

Read More
Validation Error: VK_KHR_portability_subset must be enabled because physical device VkPhysicalDevice...

c++vulkan

Read More
How to compile OpenCL Kernels to SPIR-V using Clang...

clangopenclllvm-clangvulkanspir-v

Read More
How to realize random access to the same GPU based resource in Vulkan (basically: how to create a &q...

mutexvulkan

Read More
Why in the new Vulkan dynamic rendering we specify the stencil and depth attachments separately?...

vulkan

Read More
How can I solve "syntax error, unexpected SAMPLER, expecting RIGHT_PAREN" when compiling V...

glslshadervulkanspir-vqrhi

Read More
Vulkan transparency strangeness...

c++glslvulkan

Read More
CPU reading while GPU is copying...

vulkan

Read More
Vulkan Texture Array Memory Size Difference...

memoryvulkantexture2d

Read More
Can we use Vulkan with Java Activity on Android platform...

androidvulkan

Read More
How to layout vertex data for efficient usage in a compute shader...

gpuvulkanwebgpuwgpu-rs

Read More
dlopen doesn't work well on Android for Vulkan custom layer...

androidc++vulkandlopen

Read More
Difference between VK_KHR_fragment_shading_rate and VK_EXT_fragment_density_map...

vulkan

Read More
Unresolved external symbol using VulkanMemoryAllocator...

c++cmakevulkan

Read More
How to Create a Vulkan VkImage from an Android SurfaceTexture Bound to ExoPlayer?...

androidopengl-estexturesvulkanexoplayer

Read More
Triangle not showing despite imgui and compute draw working fine...

c++vulkanhlsl

Read More
Problems loading HDR textures Vulkan...

c++vulkan

Read More
Vulkan command execution seems to only finish when corresponding fence object is checked...

c++vulkan

Read More
Multiple Buffers In One Device Memory...

memoryalignmentbuffervulkan

Read More
Vulkan validation error: "Semaphore must not have any pending operations." from vkAcquireN...

vulkan

Read More
How to Pass Previous Frame as Sampler2D to Fragment Shader in Vulkan?...

graphicssynchronizationvulkan

Read More
Excluding Vulkan validation library from Android debug build that uses Flutter...

androidfluttervulkan

Read More
Alignment problem with UBO on CPU/GPU, GLSL/VULKAN...

c++memoryalignmentglslvulkan

Read More
VK_KHR_swapchain extension not found even if vkcube runs perfectly...

cvulkan

Read More
Array of SSBO buffer access fault...

graphicsglslvulkan

Read More
Vulkan StagingBuffer Alignment...

alignmentbuffervulkanstaging

Read More
In a Vulkan compute shader can you pass a buffer to a function?...

glslvulkan

Read More
Depth biasing seems to be working for lines in Vulkan...

vulkan

Read More
BackNext