Lugdunum
0.1.0
include
lug
Graphics
Vulkan
API
Instance.inl
Go to the documentation of this file.
1
template
<
typename
Function>
2
inline
Function Instance::getProcAddr(
const
char
* name)
const
{
3
return
reinterpret_cast<
Function
>
(vkGetInstanceProcAddr(_instance, name));
4
}
Generated by
1.8.13