Skip to content
Snippets Groups Projects
Commit 335e88c8 authored by Faith Ekstrand's avatar Faith Ekstrand :speech_balloon:
Browse files

vk/vulkan.h: Add the pEnabledFeatures field to DeviceCreateInfo

parent 34871cf7
No related merge requests found
......@@ -1289,6 +1289,7 @@ typedef struct {
const VkDeviceQueueCreateInfo* pRequestedQueues;
uint32_t extensionCount;
const char*const* ppEnabledExtensionNames;
const VkPhysicalDeviceFeatures* pEnabledFeatures;
VkDeviceCreateFlags flags;
} VkDeviceCreateInfo;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment