Struct gfx::device::tex::SurfaceInfo
[−]
[src]
pub struct SurfaceInfo {
pub width: Size,
pub height: Size,
pub format: Format,
pub aa_mode: Option<AaMode>,
}Describes the storage of a surface.
Fields
width | |
height | |
format | |
aa_mode |