Struct screen_13::driver::FeatureFlags
source · pub struct FeatureFlags {
pub presentation: bool,
pub ray_tracing: bool,
}Expand description
Describes optional features of a device.
Fields§
§presentation: boolThe ability to present to the display.
ray_tracing: boolThe ability to use ray tracing.