summaryrefslogtreecommitdiff
path: root/deimos/vulkan/vulkan_device_functions.inc
blob: f83ebb7b7889960ba004eb2ff8c622b810719968 (plain)
1
2
3
4
5
6
7
8
// NOLINTBEGIN
FN(DestroyDevice)
FN(GetDeviceQueue)
FN(CreateCommandPool)
FN(ResetCommandPool)
FN(DestroyCommandPool)
FN(DeviceWaitIdle)
// NOLINTEND