Enum gfx::device::shade::IsRect
[−]
[src]
pub enum IsRect { Rect, NoRect, }
Whether the sampler samples a rectangle texture.
Rectangle textures are the same as 2D textures, but accessed with absolute texture coordinates (as opposed to the usual, normalized to [0, 1]).
Variants
Rect | |
NoRect |