共用方式為


EAGLRenderingAPI 列舉

定義

支援的轉譯 API。

[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 enum EAGLRenderingAPI
type EAGLRenderingAPI = 
繼承
EAGLRenderingAPI
屬性

欄位

OpenGLES1 1

OpenGLES 1。

OpenGLES2 2

OpenGLES 2。

OpenGLES3 3

OpenGLES 3。

適用於