wisdom
Loading...
Searching...
No Matches
WisDescriptorTypeCount Struct Reference
API Reference
»
Structures
|
Module Reference
»
Core Reference
Detailed Description
Specification
C version:
// Provided by Wisdom 0.7.0.
typedef
struct
WisDescriptorTypeCount
{
WisDescriptorType
type;
uint32_t count;
}
WisDescriptorTypeCount
;
WisDescriptorTypeCount
WisDescriptorType
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
WisDescriptorTypeCount
Generated by
1.9.8