Class VkPhysicalDeviceScalarBlockLayoutFeatures

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
Direct Known Subclasses:
VkPhysicalDeviceScalarBlockLayoutFeaturesEXT

public class VkPhysicalDeviceScalarBlockLayoutFeatures extends Struct<VkPhysicalDeviceScalarBlockLayoutFeatures> implements NativeResource
struct VkPhysicalDeviceScalarBlockLayoutFeatures {
    VkStructureType sType;
    void * pNext;
    VkBool32 scalarBlockLayout;
}