Class VkPhysicalDeviceRobustness2PropertiesEXT

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

public class VkPhysicalDeviceRobustness2PropertiesEXT extends org.lwjgl.system.Struct<VkPhysicalDeviceRobustness2PropertiesEXT> implements org.lwjgl.system.NativeResource
Structure describing robust buffer access properties supported by an implementation.
Description

If the VkPhysicalDeviceRobustness2PropertiesEXT 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 VkPhysicalDeviceRobustness2PropertiesEXT {
     VkStructureType sType();
     void * pNext();
     VkDeviceSize robustStorageBufferAccessSizeAlignment();
     VkDeviceSize robustUniformBufferAccessSizeAlignment();
 }