Class VkPhysicalDeviceMultiviewFeaturesKHR

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceMultiviewFeatures>
org.lwjgl.vulkan.VkPhysicalDeviceMultiviewFeatures
org.lwjgl.vulkan.VkPhysicalDeviceMultiviewFeaturesKHR
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkPhysicalDeviceMultiviewFeaturesKHR extends VkPhysicalDeviceMultiviewFeatures
See VkPhysicalDeviceMultiviewFeatures.

Layout


 struct VkPhysicalDeviceMultiviewFeaturesKHR {
     VkStructureType sType;
     void * pNext;
     VkBool32 multiview;
     VkBool32 multiviewGeometryShader;
     VkBool32 multiviewTessellationShader;
 }