Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vulkan

Should the amount of resource allocations be "per swap chain image"?

vulkan

vkCreateSwapchainKHR Error

c++ windows vulkan

VK_ERROR_INCOMPATIBLE_DRIVER when setting apiVersion to VK_VERSION_1_0

c++ vulkan

How is the size of a surface determined in Vulkan?

windows graphics gpu vulkan

Binding Images without using them all in Vulkan

Non uniform texture access in vulkan glsl

vkCreateGraphicsPipelines segfault's in shared library but not in static library

c vulkan

Problem with API returning invalid pointer

swift pointers vulkan

Errors printed to stdout with validation layers, but no callback

vulkan

Is it allowed to record CommandBuffers on multiple threads which were allocated from the same pool?

vulkan

Vulkan: attachment synchronisation with implicit layout transitions

layout vulkan barrier

Can `vkCommandPool` be allocated from the main thread and the moved to other threads?

multithreading vulkan

Getting VK_ERROR_LAYER_NOT_PRESENT with MoltenVk/Vulkan on Mac

c++ macos clang++ 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