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

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

A concrete graphics context for GL rendering.

Methods

impl GraphicsContext
[src]

[src]

[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.

[src]

EXPERIMENTAL function to get the gfx-rs Factory object.

[src]

EXPERIMENTAL function to get the gfx-rs Device object.

[src]

EXPERIMENTAL function to get the gfx-rs Encoder object.

[src]

EXPERIMENTAL function to get the gfx-rs depth view

[src]

EXPERIMENTAL function to get the gfx-rs color view