15 lines
497 B
Plaintext
15 lines
497 B
Plaintext
|
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
|
[[VkBufferViewCreateInfo,VkBufferViewCreateInfo]]
|
||
|
|
[source,c++]
|
||
|
|
----
|
||
|
|
typedef struct VkBufferViewCreateInfo {
|
||
|
|
VkStructureType sType;
|
||
|
|
const void* pNext;
|
||
|
|
VkBufferViewCreateFlags flags;
|
||
|
|
VkBuffer buffer;
|
||
|
|
VkFormat format;
|
||
|
|
VkDeviceSize offset;
|
||
|
|
VkDeviceSize range;
|
||
|
|
} VkBufferViewCreateInfo;
|
||
|
|
----
|