Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vulkan

Vulkan WaW hazard & memory barrier

vulkan gpu memory-barriers

Why doesn't the Vulkan spec define VkDeviceSize?

vulkan

Can graphics and present queues really be different?

vulkan

Are atomic float operations in shaders supported with Vulkan?

glsl nvidia vulkan

Vulkan validation warning catch-22 about VK_KHR_portability_subset on MoltenVK

vulkan moltenvk

How to use glslang

c++ glsl shader vulkan spir-v

vulkan extension : which are supported by whom?

vulkan

A rarely mentioned Vulkan function "vkCmdUpdateBuffer()", what is it used for?

vulkan

Transferring memory from GPU to CPU with Vulkan and vkInvalidateMappedMemoryRanges synchronization?

vulkan

Why does vkAcquireNextImageKHR() never block my thread?

What is the DirectX 12 equivalent of Vulkan's "transient attachment"?

vulkan directx-12

Why is a single depth buffer sufficient for this vulkan swapchain render loop?

graphics 3d vulkan

How to correctly use decriptor sets for multiple interleaving buffers?

vulkan

How can one not make assumptions about C++ struct layouts?

c++ struct vulkan structlayout

Why is VkShaderStageFlagBits a bitmask?

Why some commands can be recorded only outside of a render pass?

vulkan

Vulkan: Difference between instance and device extensions?

vulkan

VK_KHR_WIN32_SURFACE_EXTENSION_NAME undefined, in Vulkan code

c++ graphics vulkan

What is GPU driven rendering? [closed]

How to use VkPipelineCache?

vulkan