12 lines
421 B
Plaintext
12 lines
421 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
[[VkSpecializationInfo,VkSpecializationInfo]]
|
|
[source,c++]
|
|
----
|
|
typedef struct VkSpecializationInfo {
|
|
uint32_t mapEntryCount;
|
|
const VkSpecializationMapEntry* pMapEntries;
|
|
size_t dataSize;
|
|
const void* pData;
|
|
} VkSpecializationInfo;
|
|
----
|