Crate gfx_device_gl

source ·
Expand description

OpenGL implementation of a device, striving to support OpenGL 2.0 with at least VAOs, but using newer extensions when available.

Structs

A command buffer abstraction for OpenGL.
An OpenGL device with GLSL shaders.
GL resource factory.
OpenGL implementation information
A unique platform identifier that does not change between releases
A version number for a specific component of an OpenGL implementation

Enums

Functions

Create a new device with a factory.
Create the proxy target views (RTV and DSV) for the attachments of the main framebuffer. These have GL names equal to 0. Not supposed to be used by the users directly.

Type Definitions