Struct sdl2::render::TextureQuery[src]

pub struct TextureQuery {
    pub format: PixelFormatFlag,
    pub access: TextureAccess,
    pub width: int,
    pub height: int,
}

Fields

format
access
width
height