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

Detailed Description

Specification


C version:

// Provided by Wisdom 0.7.0.
typedef struct WisFormatProperties {
WisFormatSupportFlags format_support_flags;
WisSampleCount max_sample_count;

C++ version:

namespace wis{
// Provided by Wisdom 0.7.0.
struct FormatProperties {
wis::FormatSupportFlags format_support_flags;
wis::SampleCount max_sample_count;
};
}

Members


  • format_support_flags specifies bitmask of supported features for the format.
  • 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


See also
Functions: wisDeviceGetFormatProperties