Enum gfx_core::format::ChannelSource
[−]
[src]
pub enum ChannelSource {
Zero,
One,
X,
Y,
Z,
W,
}Source channel in a swizzle configuration. Some may redirect onto different physical channels, some may be hardcoded to 0 or 1.
Variants
Zero | ||
One | ||
X | ||
Y | ||
Z | ||
W |