The OpenD Programming Language

PFN_vkCreateInstance

function type aliases

import erupted.functions;
extern (System) nothrow @nogc
alias PFN_vkCreateInstance = VkResult function
(
const(VkInstanceCreateInfo)* pCreateInfo
,
const(VkAllocationCallbacks)* pAllocator
,
VkInstance* pInstance
)

Meta