IEAGLDrawable インターフェイス

定義

クラスと共に 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
派生
属性
実装

プロパティ

DrawableProperties

クラスと共に EAGLDrawable プロトコルを構成するインターフェイス。

Handle

アンマネージド オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

適用対象