Function VkDeviceCmds.CreateFence

Commands for VK_VERSION_1_0

VkResult CreateFence (
  VkDevice_T* device,
  const(VkFenceCreateInfo)* pCreateInfo,
  const(VkAllocationCallbacks)* pAllocator,
  VkFence_T** pFence
);