Class VkPhysicalDevicePushDescriptorPropertiesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDevicePushDescriptorPropertiesKHR extends Struct<VkPhysicalDevicePushDescriptorPropertiesKHR> implements NativeResource
Structure describing push descriptor limits that can be supported by an implementation.
Description

If the VkPhysicalDevicePushDescriptorPropertiesKHR structure is included in the pNext chain of the VkPhysicalDeviceProperties2 structure passed to GetPhysicalDeviceProperties2, it is filled in with each corresponding implementation-dependent property.

Valid Usage (Implicit)

Layout


 struct VkPhysicalDevicePushDescriptorPropertiesKHR {
     VkStructureType sType();
     void * pNext();
     uint32_t maxPushDescriptors();
 }