Class VkPhysicalDeviceDataGraphFeaturesARM

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceDataGraphFeaturesARM extends Struct<VkPhysicalDeviceDataGraphFeaturesARM> implements NativeResource

 struct VkPhysicalDeviceDataGraphFeaturesARM {
     VkStructureType sType;
     void * pNext;
     VkBool32 dataGraph;
     VkBool32 dataGraphUpdateAfterBind;
     VkBool32 dataGraphSpecializationConstants;
     VkBool32 dataGraphDescriptorBuffer;
     VkBool32 dataGraphShaderModule;
 }