IEAGLDrawable Interfaz

Definición

Interfaz que, junto con la clase OpenGLES.EAGLDrawable_Extensions , componen el protocolo EAGLDrawable.

[Foundation.Protocol(Name="EAGLDrawable", WrapperType=typeof(OpenGLES.EAGLDrawableWrapper))]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'Metal' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'Metal' instead.")]
public interface IEAGLDrawable : IDisposable, ObjCRuntime.INativeObject
type IEAGLDrawable = interface
    interface INativeObject
    interface IDisposable
Derivado
Atributos
Implementaciones

Propiedades

DrawableProperties

Interfaz que, junto con la clase OpenGLES.EAGLDrawable_Extensions , componen el protocolo EAGLDrawable.

Handle

Identificador (puntero) a la representación del objeto no administrado.

(Heredado de INativeObject)

Se aplica a