Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vulkan

Why is Vulkan insisting this image must be FLOAT components when sampling?

vulkan

What is the difference between sampler2Drect and sampler2d?

glsl vulkan

Vulkan swapchain format UNORM vs SRGB?

vulkan

Vulkan: Using buffer aliasing to implement a defragmentation scheme

vulkan

What is fragment slope?

vulkan depth-buffer

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?