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

This commit is contained in:
Jason Ekstrand 2015-07-09 16:21:31 -07:00
parent 34871cf7f3
commit 335e88c8ee
1 changed files with 1 additions and 0 deletions

View File

@ -1289,6 +1289,7 @@ typedef struct {
const VkDeviceQueueCreateInfo* pRequestedQueues;
uint32_t extensionCount;
const char*const* ppEnabledExtensionNames;
const VkPhysicalDeviceFeatures* pEnabledFeatures;
VkDeviceCreateFlags flags;
} VkDeviceCreateInfo;