Function ggez::graphics::gfx_objects[][src]

Expand description

Returns raw gfx-rs state objects, if you want to use gfx-rs to write your own graphics pipeline then this gets you the interfaces you need to do so.

Returns all the relevant objects at once; getting them one by one is awkward ’cause it tends to create double-borrows on the Context object.