[−][src]Module gfx_gtk::formats
Contains definitions of the default color and depth formats with an eye on compatibility with the GlArea render targets
Constants
| MSAA_4X | 4x MSAA - other methods can be implemented in the future, this does quite ok |
| MSAA_NONE | No MSAA |
Type Definitions
| DefaultRenderColorFormat | Default render format, RGBA8888 |
| DefaultRenderDepthFormat | Default depth+stencil format, 24/8 |
| DepthSurface | Convenience type for return values of functions that create offscreen depth targets |
| GtkTargetColorFormat | Default render format, RGBA8888 |
| GtkTargetColorView | Default render format [f32;4] |
| RenderSurface | Convenience type for return values of functions that create offscreen render targets |
| RenderSurfaceWithDepth | Convenience type for return values of functions that create offscreen depth targets |