Class VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT extends Struct<VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT> implements NativeResource

 struct VkPhysicalDeviceLegacyVertexAttributesPropertiesEXT {
     VkStructureType sType;
     void * pNext;
     VkBool32 nativeUnalignedPerformance;
 }