blob: cc0e26502f62e59ee04957bda50d28b1b30f7c68 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkPipelineCacheCreateInfo,VkPipelineCacheCreateInfo]]
[source,c++]
----
typedef struct VkPipelineCacheCreateInfo {
VkStructureType sType;
const void* pNext;
VkPipelineCacheCreateFlags flags;
size_t initialDataSize;
const void* pInitialData;
} VkPipelineCacheCreateInfo;
----