Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vulkan

How to correctly share VkDeviceMemory? What is VkExternalMemoryBufferCreateInfoKHR for?

vulkan

Vulkan - Uniform Buffers Not Sent To Shader

c# graphics vulkan uniform

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

vulkan

How to synchronize uniform buffer updates?

vulkan

In vulkan, what is the binding member of VkVertexInputAttributeDescription?

vulkan

Why won't Cmake build my vulkan/spirv shaders?

cmake vulkan spir-v

SMAA weight blend texture is unclear

VK_IMAGE_LAYOUT_UNDEFINED vs VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL as initial layout for Framebuffer attachment

image layout attachment vulkan

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

error-handling vulkan

How to measure execution time of Vulkan pipeline

time rendering vulkan

Impossible to acquire and present in parallel with rendering?

vulkan

What's the behavior of overlaping Image Barriers?

vulkan

Can we use Vulkan with Java Activity on Android platform

android vulkan

Oculus Rift / Vulkan : Write to swapchain with a compute shader

c++ vulkan oculus

C++ Vulkan swapchain image_index vs current_frame

c++ vulkan

Drawing outside the viewport in Vulkan/Opengl

opengl viewport vulkan