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

Detailed Description

Specification


C version:

// Provided by Wisdom 0.7.0.
typedef enum WisMultiWaitType {
WisMultiWaitTypeAll = 0,
WisMultiWaitTypeAny = 1,

C++ version:

namespace wis{
// Provided by Wisdom 0.7.0.
enum class MultiWaitType {
All = 0,
Any = 1,
};
}

Description


Determines the behavior when waiting for multiple fences.

Values:

  • WisMultiWaitTypeAll = 0: All the fences in the batch are triggered.
  • WisMultiWaitTypeAny = 1: At least one of the fences from the batch is triggered.

See Also


See also
Functions: wisDeviceWaitForMultipleFences