Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vulkan

VK_ERROR_INCOMPATIBLE_DRIVER with Mac OS and Vulkan MoltenVK

c++ macos sdk vulkan moltenvk

How is VK_COLOR_SPACE_PASS_THROUGH_EXT meant to be used?

colors vulkan color-space

Emulator: WARNING | Please update the emulator to one that supports the feature(s): Vulkan

SDL_CreateWindow fails when SDL_WINDOW_VULKAN flag set

c++ c sdl-2 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