Class VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT

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

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