Enum nc_renderer::common::SamplerType [−][src]
pub enum SamplerType {
Sampler2D(PixelChannel, PixelChannel),
}
Variants
Sampler2D(PixelChannel, PixelChannel)
Tuple Fields of Sampler2D
0: PixelChannel
1: PixelChannel
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SamplerType
impl Send for SamplerType
impl Sync for SamplerType
impl Unpin for SamplerType
impl UnwindSafe for SamplerType
Blanket Implementations
Mutably borrows from an owned value. Read more