Class VkQueueFamilyQueryResultStatusPropertiesKHR

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkQueueFamilyQueryResultStatusPropertiesKHR>
org.lwjgl.vulkan.VkQueueFamilyQueryResultStatusPropertiesKHR
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkQueueFamilyQueryResultStatusPropertiesKHR extends org.lwjgl.system.Struct<VkQueueFamilyQueryResultStatusPropertiesKHR> implements org.lwjgl.system.NativeResource
Structure specifying support for result status query.
Description

If this structure is included in the pNext chain of the VkQueueFamilyProperties2 structure passed to GetPhysicalDeviceQueueFamilyProperties2, then it is filled with information about whether result status queries are supported by the specified queue family.

Valid Usage (Implicit)

Layout


 struct VkQueueFamilyQueryResultStatusPropertiesKHR {
     VkStructureType sType();
     void * pNext();
     VkBool32 queryResultStatusSupport();
 }