Skip to content

The EGL* APIs have deprecation warnings that can't be followed #5818

@mattleibow

Description

@mattleibow

Steps to Reproduce

  1. Use Javax.Microedition.Khronos.Egl.EGL10.EglNoContext
  2. Observe warning 'EGL10.EglNoContext' is obsolete: 'Use 'Javax.Microedition.Khronos.Egl.IEGL10.EglNoContext'. This class will be removed in a future release.'
  3. Use IEGL10
  4. Observe Compiler error 'IEGL10' does not contain a definition for 'EglNoContext'
    This seems to be the various No* things like NoContext, NoDisplay, and NoSurface. And also EglDefaultDisplay

Expected Behavior

The new member exists.

Actual Behavior

New member does not exist.

Version Information

This is on net6.0-android but did not test classic

Metadata

Metadata

Assignees

Labels

Area: Mono.AndroidIssues with the Android API binding (Mono.Android.dll).

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions