Duskborn Labs has just released part II of their OpenCL to Vulkan porting guide. Part I covers cl_platform_id -> VkInstance, cl_device_id -> VkPhysicalDevice and cl_context -> VkDevice. Part II covers porting from OpenCL’s cl_command_queue to Vulkan’s VkQueue.