13 lines
466 B
Plaintext
13 lines
466 B
Plaintext
|
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
|
[[VkPhysicalDeviceMultiviewFeatures,VkPhysicalDeviceMultiviewFeatures]]
|
||
|
|
[source,c++]
|
||
|
|
----
|
||
|
|
typedef struct VkPhysicalDeviceMultiviewFeatures {
|
||
|
|
VkStructureType sType;
|
||
|
|
void* pNext;
|
||
|
|
VkBool32 multiview;
|
||
|
|
VkBool32 multiviewGeometryShader;
|
||
|
|
VkBool32 multiviewTessellationShader;
|
||
|
|
} VkPhysicalDeviceMultiviewFeatures;
|
||
|
|
----
|