Type Definition ggez::graphics::GraphicsContext [] [src]

type GraphicsContext = GraphicsContextGeneric<Resources, Factory, CommandBuffer, Device>;

A concrete graphics context for GL rendering.

Methods

impl GraphicsContext
[src]

Returns a reference to the SDL window.
Ideally you should not need to use this because ggez would provide all the functions you need without having to dip into SDL itself.

EXPERIMENTAL function to get the gfx-rs Factory object.

EXPERIMENTAL function to get the gfx-rs Device object.

EXPERIMENTAL function to get the gfx-rs Encoder object.

EXPERIMENTAL function to get the gfx-rs depth view

EXPERIMENTAL function to get the gfx-rs color view