Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / freedreno / vulkan / .dir-locals.el
1 ((prog-mode
2 (indent-tabs-mode . nil)
3 (tab-width . 8)
4 (c-basic-offset . 3)
5 (c-file-style . "k&r")
6 (fill-column . 78)
7 )
8 )