⚠ Preview docs — built from the develop branch and may be unstable. Go to the stable docs.

Backend.Vulkan.GetFunction

static TDelegate GetFunction(string functionName)

Resolves a Vulkan function pointer and wraps it as a delegate, using vkGetDeviceProcAddr with a vkGetInstanceProcAddr fallback. Use this to call into extensions you’ve enabled via Backend.Vulkan.Request.

   
string functionName The Vulkan function name, for example “vkCmdBeginRenderingKHR”.
RETURNS: TDelegate A delegate, or null on failure.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!