wisdom
Loading...
Searching...
No Matches
wisDestroyAdapterQuery Struct Reference

Detailed Description

Specification


To destroy an AdapterQuery, call:

C Version:

C Implementation Specific Version:
// Provided by Wisdom 0.7.0.
void wisVKDestroyAdapterQuery(WisVKAdapterQuery* self);
// Provided by Wisdom 0.7.0.
void wisDX12DestroyAdapterQuery(WisDX12AdapterQuery* self);

Parameters


Description


Destruction of the AdapterQuery handle does not invalidate any WisAdapter instances that were created from it. They remain valid until destroyed individually.

See Also