- Vulkan SDK release contains a graphics vkconfig tool to allow users to configure layer settings
- can be enabled to control which layers are active, filter error messages, etc
- the SDK now also contains Vulkan Synchronization validation and distributes the DXC compiler for PC, Mac, and Linux

- the Unity tutorials show how to implement a fire effect using a camera facing quad with shader based noise to wrap a noise texture to create the look

- the Siggraph 2020 talk presents the derivation of a …