mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-20 16:30:50 +02:00
vk/vulkan.h: Add the pEnabledFeatures field to DeviceCreateInfo
This commit is contained in:
parent
34871cf7f3
commit
335e88c8ee
1 changed files with 1 additions and 0 deletions
|
|
@ -1289,6 +1289,7 @@ typedef struct {
|
|||
const VkDeviceQueueCreateInfo* pRequestedQueues;
|
||||
uint32_t extensionCount;
|
||||
const char*const* ppEnabledExtensionNames;
|
||||
const VkPhysicalDeviceFeatures* pEnabledFeatures;
|
||||
VkDeviceCreateFlags flags;
|
||||
} VkDeviceCreateInfo;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue