Class VkPhysicalDeviceFragmentDensityMapLayeredFeaturesVALVE

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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