blob: c9862a53286f916ac7cf4db914b83e0c6a6738eb (
plain)
1
2
3
4
5
6
7
8
|
// NOLINTBEGIN
FN(EnumeratePhysicalDevices)
FN(GetPhysicalDeviceProperties2)
FN(GetPhysicalDeviceQueueFamilyProperties)
FN(DestroyInstance)
FN(CreateDevice)
FN(GetDeviceProcAddr)
// NOLINTEND
|