Class VkPhysicalDeviceMultiviewProperties

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceMultiviewProperties>
org.lwjgl.vulkan.VkPhysicalDeviceMultiviewProperties
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer
Direct Known Subclasses:
VkPhysicalDeviceMultiviewPropertiesKHR

public class VkPhysicalDeviceMultiviewProperties extends org.lwjgl.system.Struct<VkPhysicalDeviceMultiviewProperties> implements org.lwjgl.system.NativeResource
Structure describing multiview limits that can be supported by an implementation.
Description

If the VkPhysicalDeviceMultiviewProperties structure is included in the pNext chain of the VkPhysicalDeviceProperties2 structure passed to GetPhysicalDeviceProperties2, it is filled in with each corresponding implementation-dependent property.

Valid Usage (Implicit)

Layout


 struct VkPhysicalDeviceMultiviewProperties {
     VkStructureType sType();
     void * pNext();
     uint32_t maxMultiviewViewCount();
     uint32_t maxMultiviewInstanceIndex();
 }