Struct vkxml::FeatureSpecification
[−]
[src]
pub struct FeatureSpecification {
pub profile: Option<String>,
pub notation: Option<Notation>,
pub extension: Option<Identifier>,
pub elements: Vec<FeatureReference>,
}Fields
profile: Option<String>
The name of the API profile which this specialization element is associated. All specified requirements/exclusions apply only to that profile.
notation: Option<Notation>
extension: Option<Identifier>
Specifies the name of an extension which this require statement needs
for its inclusions to be imported.
elements: Vec<FeatureReference>