Table of Contents

Class Hint.EGL

Namespace
Sdl3Sharp
Assembly
Sdl3Sharp.dll

SDL_HINT_EGL_*

public static class Hint.EGL
Inheritance
Hint.EGL
Inherited Members

Properties

Library

Gets a hint specifying the EGL library to load

public static Hint Library { get; }

Property Value

Hint

A hint specifying the EGL library to load

Remarks

This hint should be set before or . This hint is only considered if SDL is using EGL to manage OpenGL contexts. If this hint isn't set, SDL will choose a reasonable default.

See Also