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

Detailed Description

Specification


C version:

// Provided by Wisdom 0.7.0.
typedef struct WisDataFormatProperties {
WisSampleCount max_sample_count;

C++ version:

namespace wis{
// Provided by Wisdom 0.7.0.
struct DataFormatProperties {
wis::SampleCount max_sample_count;
};
}

Members


  • max_sample_count defines maximum supported sample count for the format. If the format does not support multisampling, the value is S1.

Description


See Also