-
Notifications
You must be signed in to change notification settings - Fork 560
Closed
Labels
Area: Mono.AndroidIssues with the Android API binding (Mono.Android.dll).Issues with the Android API binding (Mono.Android.dll).
Milestone
Description
Steps to Reproduce
- Use
Javax.Microedition.Khronos.Egl.EGL10.EglNoContext
- Observe warning
'EGL10.EglNoContext' is obsolete: 'Use 'Javax.Microedition.Khronos.Egl.IEGL10.EglNoContext'. This class will be removed in a future release.'
- Use
IEGL10
- Observe Compiler error
'IEGL10' does not contain a definition for 'EglNoContext'
This seems to be the variousNo*
things likeNoContext
,NoDisplay
, andNoSurface
. And alsoEglDefaultDisplay
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).Issues with the Android API binding (Mono.Android.dll).