Class VkPhysicalDeviceDynamicRenderingLocalReadFeatures

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

public class VkPhysicalDeviceDynamicRenderingLocalReadFeatures extends Struct<VkPhysicalDeviceDynamicRenderingLocalReadFeatures> implements NativeResource

 struct VkPhysicalDeviceDynamicRenderingLocalReadFeatures {
     VkStructureType sType;
     void * pNext;
     VkBool32 dynamicRenderingLocalRead;
 }