Table of Contents

Class OpenGLEs2

Namespace
Sdl3Sharp.Video.Rendering.Drivers
Assembly
Sdl3Sharp.dll

Represents the OpenGL ES 2 rendering driver

public sealed class OpenGLEs2 : IRenderingDriver
Inheritance
OpenGLEs2
Implements
Inherited Members

Remarks

This rendering backend is primarily only available on mobile and embedded platforms, but may be available on some desktop platforms as well.

Fields

Name

The name of the OpenGL ES 2 rendering driver

public const string Name = "opengles2"

Field Value

string

Remarks

The value of this constant is equal to "opengles2".