Class VkPhysicalDevicePerStageDescriptorSetFeaturesNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDevicePerStageDescriptorSetFeaturesNV extends Struct<VkPhysicalDevicePerStageDescriptorSetFeaturesNV> implements NativeResource

 struct VkPhysicalDevicePerStageDescriptorSetFeaturesNV {
     VkStructureType sType;
     void * pNext;
     VkBool32 perStageDescriptorSet;
     VkBool32 dynamicPipelineLayout;
 }