pub struct Sampler<A: Api> {
pub(crate) raw: A::Sampler,
pub(crate) device_id: Stored<DeviceId>,
pub(crate) life_guard: LifeGuard,
pub(crate) comparison: bool,
pub(crate) filtering: bool,
}
Fields§
§raw: A::Sampler
§device_id: Stored<DeviceId>
§life_guard: LifeGuard
§comparison: bool
true
if this is a comparison sampler
filtering: bool
true
if this is a filtering sampler