Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vulkan

Vulkan: Framebuffer larger than Image dimensions

vulkan

In vulkan: I want save a depth image to file, but always got a error depth image

vulkan

Vulkan timeline semaphore extension cannot be enabled

c++ vulkan

Can VkDeviceQueueCreateInfo::pQueuePriorities be null?

vulkan

vkCmdPipelineBarrier clarification on renderpass synchronization scopes

synchronization vulkan

SPIR-V shader causing validation errors at runtime

vulkan spir-v

Is there a good HLSL to SPIR-V compiler?

vulkan hlsl spir-v

Why do non dispatchable handles use a ptr on 64bit platofrms?

c vulkan

Motion Vector - how to calculate it properly?

opengl graphics 3d vulkan

How to write to the image directly by CPU when load it in Vulkan?

vulkan direct3d12

Xcode failed to load libvulkan.1.dylib

xcode macos vulkan moltenvk

Must I use secondary command buffers when use multi-thread rendering? How about single queue vs. mutliple queues?

How to infer shader type with "shaderc_glsl_infer_from_source"?

glsl shader vulkan shaderc

How Vulkan Driver and Vulkan SDK interact?

gpu vulkan

Render to swap chain using compute shader

c++ vulkan

Can I use VkDevice from multiple threads concurrently?

vulkan

What is the use of block name in Vulkan GLSL?

glsl vulkan