Class VkPhysicalDeviceScalarBlockLayoutFeaturesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceScalarBlockLayoutFeaturesEXT extends VkPhysicalDeviceScalarBlockLayoutFeatures

 struct VkPhysicalDeviceScalarBlockLayoutFeaturesEXT {
     VkStructureType sType;
     void * pNext;
     VkBool32 scalarBlockLayout;
 }