Class VkPhysicalDeviceQueuePerfHintFeaturesQCOM

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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