![]() |
wisdom
|
C version:
C++ version:
property_type Defines the type of the queried property. must be wis::QueryPropertyType..next_in_chain Pointer to the next queried data struct.supported_queues Array of supported queue types. If a queue type is supported, the value is 1, otherwise 0. Order of queue types is the same as in wis::CommandQueueType enum.relaxed_queue_transition Indicates if relaxed queue transition is supported. This feature allows executing command lists that contain buffers used on different queue types without explicit resource state transitions when the buffers is used on a different queue type. It is supported on Windows 10 22H2 and later with WDDM 3.0 or later. On Vulkan it requires VK_KHR_maintenance9 extension.max_queue_priority Array of maximum supported priorities for each queue type. If a queue type is not supported, the value is 0. Order of queue types is the same as in wis::CommandQueueType enum.