Class VkPhysicalDeviceThrottleHintFeaturesSEC

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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