Struct 2dgl::graphics::direct_mode::renderer::Renderer
[-]
[+]
[src]
pub struct Renderer;
pub struct Renderer;
impl Renderer
impl RendererTrait for Renderer
unsafe fn render_rectangle(&self, pos: Vector2<GLfloat>, dim: Vector2<GLfloat>)
unsafe fn init_projection(&self, x: GLint, y: GLint, width: GLuint, height: GLuint)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).