13 lines
462 B
Plaintext
13 lines
462 B
Plaintext
|
|
// 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;
|
||
|
|
----
|