50. 參考
新一代图形编程接口Vulkan简介(一)
Siggraph 2016 - Vulkan and nvidia : the essentials
Brief guide to Vulkan layers
Vulkan Tutorial
The Industry Open Standard Intermediate Language for
Parallel Compute and Graphics
Vulkan Memory Management
Vulkan Validation and Debugging Layers
Leveraging asynchronous queues for concurrent execution
API without Secrets: Introduction to Vulkan* Part 2: Swap
Chain
BARRIERS IN VULKAN : THEY ARE NOT THAT DIFFICULT
Vulkan Device Memory
Vulkan Subgroup Tutorial
http://www.vulkan.gpuinfo.org/
Editor's Notes
#21:be fps limited then FIFO is the right answer.
Do you want to minimize latency? Use mailbox.
Do you want to minimize stuttering? Use relaxed FIFO.
Do you want to minimize power consumption? Fall back to regular FIFO.
#32:SAMPLER normalize & filter => texture function
IMAGE non-normalized & no filter => image load function
UNIFORM_TEXTL_BUFFER => bind a buffer as texture