Struct gfx_device_gl::PlatformName
[−]
[src]
pub struct PlatformName {
pub vendor: &'static str,
pub renderer: &'static str,
}A unique platform identifier that does not change between releases
Fields
vendor | The company responsible for the OpenGL implementation |
renderer | The name of the renderer |