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

Detailed Description

Specification


C version:

// Provided by Wisdom 0.7.0.
typedef struct WisDescriptorTypeCount {
uint32_t count;

C++ version:

namespace wis{
// Provided by Wisdom 0.7.0.
struct DescriptorTypeCount {
wis::DescriptorType type;
std::uint32_t count;
};
}

Members


  • type descriptor type.
  • count number of descriptors of the specified type.

Description


See Also


See also
WisDescriptorStorageDesc