Vulkan 之 Debugging

摘要: 1、可以用validation layers 进行验证; 2、Snapdragon Profiler 使用说明 阅读全文
posted @ 2020-02-09 16:50 KHacker 阅读(147) 评论(0) 推荐(0)

Vulkan 之 Synchronization

摘要: 1.2之前定的版本采用 vkSemaphore和vkFence来进行同步, VkSemaphore allowed applications to synchronize operations across device queues. VkFence facilitated device to h 阅读全文
posted @ 2020-02-09 11:31 KHacker 阅读(299) 评论(0) 推荐(0)

Vulkan 之 Layers

摘要: Layers 暴露给api层,不像传统图形API集成在驱动里面,开发者根据自己的需要进行开启,最终目的还是为了提高性能。 The Loader he loader is the central arbiter in the Vulkan runtime. The application talks 阅读全文
posted @ 2020-02-09 11:20 KHacker 阅读(1867) 评论(0) 推荐(0)