Ignition Rendering

API Reference

6.3.1
GraphicsAPI.hh File Reference
#include <string>
#include "ignition/rendering/config.hh"
#include "ignition/rendering/Export.hh"

Go to the source code of this file.

Classes

class  GraphicsAPIUtils
 Utils to convert GraphicsAPI to and from strings. More...
 

Namespaces

 ignition
 
 ignition::rendering
 Rendering classes and function useful in robot applications.
 

Enumerations

enum  GraphicsAPI : uint16_t {
  GRAPHICS_API_BEGIN = 0, UNKNOWN = GRAPHICS_API_BEGIN, OPENGL = 1, DIRECT3D11 = 2,
  VULKAN = 3, METAL = 4, GRAPHICS_API_END
}
 The graphics API used by the render engine. More...