Partager via


GL Classe

Définition

Fournit l’accès aux méthodes OpenGL ES 1.1.

public sealed class GL : OpenTK.Graphics.GraphicsBindingsBase
type GL = class
    inherit GraphicsBindingsBase
Héritage

Remarques

Cette classe contient toutes les énumérations et fonctions OpenGL définies dans la spécification 3.1. Les fichiers .spec officiels sont disponibles à l’adresse suivante : https://opengl.org/registry/.

Un contexte OpenGL valide doit être créé avant d’appeler une fonction OpenGL.

Utilisez l’ES. Charger et ES. Méthodes LoadAll pour préparer les points d’entrée de fonction avant l’utilisation. Pour maintenir la compatibilité multiplateforme, cela doit être effectué pour les fonctions principales et d’extension. Le GameWindow et la classe GLControl s’en chargent automatiquement.

Vous pouvez utiliser l’ES. Prend en charge la méthodeExtension pour vérifier si une catégorie donnée de fonctions d’extension existe dans le contexte OpenGL actuel. Gardez à l’esprit que différents contextes OpenGL peuvent prendre en charge différentes extensions et sous différents points d’entrée. Vérifiez toujours si toutes les extensions requises sont toujours prises en charge lors de la modification des visuels ou des formats de pixels.

Vous pouvez récupérer le point d’entrée d’une fonction OpenGL à l’aide de l’ES. Méthode GetDelegate.

Opengl.org/Registry

Constructeurs

GL()

Fournit l’accès aux méthodes OpenGL ES 1.1.

Champs

Library

Fournit l’accès aux méthodes OpenGL ES 1.1.

Propriétés

SyncRoot

Fournit l’accès aux méthodes OpenGL ES 1.1.

(Hérité de BindingsBase)

Méthodes

ActiveTexture(All)

Fournit l’accès aux méthodes OpenGL ES 1.1.

AlphaFunc(All, Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

AlphaFuncx(All, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

BindBuffer(All, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

BindBuffer(All, UInt32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

BindTexture(All, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

BindTexture(All, UInt32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

BlendFunc(All, All)

Fournit l’accès aux méthodes OpenGL ES 1.1.

BufferData(All, IntPtr, IntPtr, All)

Fournit l’accès aux méthodes OpenGL ES 1.1.

BufferData<T2>(All, IntPtr, T2, All)

Fournit l’accès aux méthodes OpenGL ES 1.1.

BufferData<T2>(All, IntPtr, T2[,,], All)

Fournit l’accès aux méthodes OpenGL ES 1.1.

BufferData<T2>(All, IntPtr, T2[,], All)

Fournit l’accès aux méthodes OpenGL ES 1.1.

BufferData<T2>(All, IntPtr, T2[], All)

Fournit l’accès aux méthodes OpenGL ES 1.1.

BufferSubData(All, IntPtr, IntPtr, IntPtr)

Fournit l’accès aux méthodes OpenGL ES 1.1.

BufferSubData<T3>(All, IntPtr, IntPtr, T3)

Fournit l’accès aux méthodes OpenGL ES 1.1.

BufferSubData<T3>(All, IntPtr, IntPtr, T3[,,])

Fournit l’accès aux méthodes OpenGL ES 1.1.

BufferSubData<T3>(All, IntPtr, IntPtr, T3[,])

Fournit l’accès aux méthodes OpenGL ES 1.1.

BufferSubData<T3>(All, IntPtr, IntPtr, T3[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

Clear(ClearBufferMask)

Fournit l’accès aux méthodes OpenGL ES 1.1.

Clear(Int32)
Obsolète.

Fournit l’accès aux méthodes OpenGL ES 1.1.

Clear(UInt32)
Obsolète.

Fournit l’accès aux méthodes OpenGL ES 1.1.

ClearColor(Single, Single, Single, Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

ClearColorx(Int32, Int32, Int32, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

ClearDepth(Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

ClearDepthx(Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

ClearStencil(Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

ClientActiveTexture(All)

Fournit l’accès aux méthodes OpenGL ES 1.1.

ClipPlane(All, Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

ClipPlane(All, Single[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

ClipPlane(All, Single*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

ClipPlanex(All, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

ClipPlanex(All, Int32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

ClipPlanex(All, Int32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

Color4(Byte, Byte, Byte, Byte)

Fournit l’accès aux méthodes OpenGL ES 1.1.

Color4(Single, Single, Single, Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

Color4x(Int32, Int32, Int32, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

ColorMask(Boolean, Boolean, Boolean, Boolean)

Fournit l’accès aux méthodes OpenGL ES 1.1.

ColorPointer(Int32, All, Int32, IntPtr)

Fournit l’accès aux méthodes OpenGL ES 1.1.

ColorPointer<T3>(Int32, All, Int32, T3)

Fournit l’accès aux méthodes OpenGL ES 1.1.

ColorPointer<T3>(Int32, All, Int32, T3[,,])

Fournit l’accès aux méthodes OpenGL ES 1.1.

ColorPointer<T3>(Int32, All, Int32, T3[,])

Fournit l’accès aux méthodes OpenGL ES 1.1.

ColorPointer<T3>(Int32, All, Int32, T3[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

CompressedTexImage2D(All, Int32, All, Int32, Int32, Int32, Int32, IntPtr)

Fournit l’accès aux méthodes OpenGL ES 1.1.

CompressedTexImage2D<T7>(All, Int32, All, Int32, Int32, Int32, Int32, T7)

Fournit l’accès aux méthodes OpenGL ES 1.1.

CompressedTexImage2D<T7>(All, Int32, All, Int32, Int32, Int32, Int32, T7[,,])

Fournit l’accès aux méthodes OpenGL ES 1.1.

CompressedTexImage2D<T7>(All, Int32, All, Int32, Int32, Int32, Int32, T7[,])

Fournit l’accès aux méthodes OpenGL ES 1.1.

CompressedTexImage2D<T7>(All, Int32, All, Int32, Int32, Int32, Int32, T7[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

CompressedTexSubImage2D(All, Int32, Int32, Int32, Int32, Int32, All, Int32, IntPtr)

Fournit l’accès aux méthodes OpenGL ES 1.1.

CompressedTexSubImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, Int32, T8)

Fournit l’accès aux méthodes OpenGL ES 1.1.

CompressedTexSubImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, Int32, T8[,,])

Fournit l’accès aux méthodes OpenGL ES 1.1.

CompressedTexSubImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, Int32, T8[,])

Fournit l’accès aux méthodes OpenGL ES 1.1.

CompressedTexSubImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, Int32, T8[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

CopyTexImage2D(All, Int32, All, Int32, Int32, Int32, Int32, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

CopyTexSubImage2D(All, Int32, Int32, Int32, Int32, Int32, Int32, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

CullFace(All)

Fournit l’accès aux méthodes OpenGL ES 1.1.

DeleteBuffers(Int32, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

DeleteBuffers(Int32, Int32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

DeleteBuffers(Int32, Int32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

DeleteBuffers(Int32, UInt32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

DeleteBuffers(Int32, UInt32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

DeleteBuffers(Int32, UInt32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

DeleteTextures(Int32, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

DeleteTextures(Int32, Int32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

DeleteTextures(Int32, Int32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

DeleteTextures(Int32, UInt32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

DeleteTextures(Int32, UInt32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

DeleteTextures(Int32, UInt32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

DepthFunc(All)

Fournit l’accès aux méthodes OpenGL ES 1.1.

DepthMask(Boolean)

Fournit l’accès aux méthodes OpenGL ES 1.1.

DepthRange(Single, Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

DepthRangex(Int32, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

Disable(All)

Fournit l’accès aux méthodes OpenGL ES 1.1.

DisableClientState(All)

Fournit l’accès aux méthodes OpenGL ES 1.1.

DrawArrays(All, Int32, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

DrawElements(All, Int32, All, IntPtr)

Fournit l’accès aux méthodes OpenGL ES 1.1.

DrawElements<T3>(All, Int32, All, T3)

Fournit l’accès aux méthodes OpenGL ES 1.1.

DrawElements<T3>(All, Int32, All, T3[,,])

Fournit l’accès aux méthodes OpenGL ES 1.1.

DrawElements<T3>(All, Int32, All, T3[,])

Fournit l’accès aux méthodes OpenGL ES 1.1.

DrawElements<T3>(All, Int32, All, T3[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

Enable(All)

Fournit l’accès aux méthodes OpenGL ES 1.1.

EnableClientState(All)

Fournit l’accès aux méthodes OpenGL ES 1.1.

Finish()

Fournit l’accès aux méthodes OpenGL ES 1.1.

Flush()

Fournit l’accès aux méthodes OpenGL ES 1.1.

Fog(All, Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

Fog(All, Single[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

Fog(All, Single*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

Fogx(All, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

Fogx(All, Int32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

Fogx(All, Int32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

FrontFace(All)

Fournit l’accès aux méthodes OpenGL ES 1.1.

Frustum(Single, Single, Single, Single, Single, Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

Frustumx(Int32, Int32, Int32, Int32, Int32, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GenBuffers(Int32, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GenBuffers(Int32, Int32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

GenBuffers(Int32, Int32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GenBuffers(Int32, UInt32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GenBuffers(Int32, UInt32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

GenBuffers(Int32, UInt32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GenTextures(Int32, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GenTextures(Int32, Int32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

GenTextures(Int32, Int32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GenTextures(Int32, UInt32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GenTextures(Int32, UInt32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

GenTextures(Int32, UInt32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetBoolean(All, Boolean)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetBoolean(All, Boolean[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetBoolean(All, Boolean*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetBufferParameter(All, All, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetBufferParameter(All, All, Int32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetBufferParameter(All, All, Int32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetClipPlane(All, Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetClipPlane(All, Single[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetClipPlane(All, Single*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetClipPlanex(All, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetClipPlanex(All, Int32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetClipPlanex(All, Int32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetError()

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetFixed(All, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetFixed(All, Int32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetFixed(All, Int32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetFloat(All, Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetFloat(All, Single[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetFloat(All, Single*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetInteger(All, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetInteger(All, Int32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetInteger(All, Int32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetLight(All, All, Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetLight(All, All, Single[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetLight(All, All, Single*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetLightx(All, All, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetLightx(All, All, Int32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetLightx(All, All, Int32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetMaterial(All, All, Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetMaterial(All, All, Single[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetMaterial(All, All, Single*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetMaterialx(All, All, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetMaterialx(All, All, Int32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetMaterialx(All, All, Int32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetPointer(All, IntPtr)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetPointer<T1>(All, T1)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetPointer<T1>(All, T1[,,])

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetPointer<T1>(All, T1[,])

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetPointer<T1>(All, T1[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetString(All)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetTexEnv(All, All, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetTexEnv(All, All, Int32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetTexEnv(All, All, Int32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetTexEnv(All, All, Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetTexEnv(All, All, Single[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetTexEnv(All, All, Single*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetTexEnvx(All, All, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetTexEnvx(All, All, Int32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetTexEnvx(All, All, Int32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetTexParameter(All, All, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetTexParameter(All, All, Int32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetTexParameter(All, All, Int32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetTexParameter(All, All, Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetTexParameter(All, All, Single[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetTexParameter(All, All, Single*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetTexParameterx(All, All, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetTexParameterx(All, All, Int32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

GetTexParameterx(All, All, Int32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

Hint(All, All)

Fournit l’accès aux méthodes OpenGL ES 1.1.

IsBuffer(Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

IsBuffer(UInt32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

IsEnabled(All)

Fournit l’accès aux méthodes OpenGL ES 1.1.

IsTexture(Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

IsTexture(UInt32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

Light(All, All, Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

Light(All, All, Single[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

Light(All, All, Single*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

LightModel(All, Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

LightModel(All, Single[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

LightModel(All, Single*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

LightModelx(All, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

LightModelx(All, Int32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

LightModelx(All, Int32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

Lightx(All, All, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

Lightx(All, All, Int32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

Lightx(All, All, Int32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

LineWidth(Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

LineWidthx(Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

LoadIdentity()

Fournit l’accès aux méthodes OpenGL ES 1.1.

LoadMatrix(Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

LoadMatrix(Single[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

LoadMatrix(Single*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

LoadMatrixx(Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

LoadMatrixx(Int32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

LoadMatrixx(Int32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

LogicOp(All)

Fournit l’accès aux méthodes OpenGL ES 1.1.

Material(All, All, Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

Material(All, All, Single[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

Material(All, All, Single*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

Materialx(All, All, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

Materialx(All, All, Int32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

Materialx(All, All, Int32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

MatrixMode(All)

Fournit l’accès aux méthodes OpenGL ES 1.1.

MultiTexCoord4(All, Single, Single, Single, Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

MultiTexCoord4x(All, Int32, Int32, Int32, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

MultMatrix(Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

MultMatrix(Single[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

MultMatrix(Single*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

MultMatrixx(Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

MultMatrixx(Int32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

MultMatrixx(Int32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

Normal3(Single, Single, Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

Normal3x(Int32, Int32, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

NormalPointer(All, Int32, IntPtr)

Fournit l’accès aux méthodes OpenGL ES 1.1.

NormalPointer<T2>(All, Int32, T2)

Fournit l’accès aux méthodes OpenGL ES 1.1.

NormalPointer<T2>(All, Int32, T2[,,])

Fournit l’accès aux méthodes OpenGL ES 1.1.

NormalPointer<T2>(All, Int32, T2[,])

Fournit l’accès aux méthodes OpenGL ES 1.1.

NormalPointer<T2>(All, Int32, T2[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

Ortho(Single, Single, Single, Single, Single, Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

Orthox(Int32, Int32, Int32, Int32, Int32, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

PixelStore(All, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

PointParameter(All, Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

PointParameter(All, Single[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

PointParameter(All, Single*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

PointParameterx(All, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

PointParameterx(All, Int32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

PointParameterx(All, Int32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

PointSize(Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

PointSizex(Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

PolygonOffset(Single, Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

PolygonOffsetx(Int32, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

PopMatrix()

Fournit l’accès aux méthodes OpenGL ES 1.1.

PushMatrix()

Fournit l’accès aux méthodes OpenGL ES 1.1.

ReadPixels(Int32, Int32, Int32, Int32, All, All, IntPtr)

Fournit l’accès aux méthodes OpenGL ES 1.1.

ReadPixels<T6>(Int32, Int32, Int32, Int32, All, All, T6)

Fournit l’accès aux méthodes OpenGL ES 1.1.

ReadPixels<T6>(Int32, Int32, Int32, Int32, All, All, T6[,,])

Fournit l’accès aux méthodes OpenGL ES 1.1.

ReadPixels<T6>(Int32, Int32, Int32, Int32, All, All, T6[,])

Fournit l’accès aux méthodes OpenGL ES 1.1.

ReadPixels<T6>(Int32, Int32, Int32, Int32, All, All, T6[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

Rotate(Single, Single, Single, Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

Rotatex(Int32, Int32, Int32, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

SampleCoverage(Single, Boolean)

Fournit l’accès aux méthodes OpenGL ES 1.1.

SampleCoveragex(Int32, Boolean)

Fournit l’accès aux méthodes OpenGL ES 1.1.

Scale(Single, Single, Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

Scalex(Int32, Int32, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

Scissor(Int32, Int32, Int32, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

ShadeModel(All)

Fournit l’accès aux méthodes OpenGL ES 1.1.

StencilFunc(All, Int32, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

StencilFunc(All, Int32, UInt32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

StencilMask(Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

StencilMask(UInt32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

StencilOp(All, All, All)

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexCoordPointer(Int32, All, Int32, IntPtr)

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexCoordPointer<T3>(Int32, All, Int32, T3)

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexCoordPointer<T3>(Int32, All, Int32, T3[,,])

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexCoordPointer<T3>(Int32, All, Int32, T3[,])

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexCoordPointer<T3>(Int32, All, Int32, T3[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexEnv(All, All, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexEnv(All, All, Int32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexEnv(All, All, Int32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexEnv(All, All, Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexEnv(All, All, Single[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexEnv(All, All, Single*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexEnvx(All, All, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexEnvx(All, All, Int32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexEnvx(All, All, Int32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexImage2D(All, Int32, Int32, Int32, Int32, Int32, All, All, IntPtr)

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, All, T8)

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, All, T8[,,])

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, All, T8[,])

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, All, T8[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexParameter(All, All, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexParameter(All, All, Int32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexParameter(All, All, Int32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexParameter(All, All, Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexParameter(All, All, Single[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexParameter(All, All, Single*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexParameterx(All, All, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexParameterx(All, All, Int32[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexParameterx(All, All, Int32*)

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexSubImage2D(All, Int32, Int32, Int32, Int32, Int32, All, All, IntPtr)

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexSubImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, All, T8)

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexSubImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, All, T8[,,])

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexSubImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, All, T8[,])

Fournit l’accès aux méthodes OpenGL ES 1.1.

TexSubImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, All, T8[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

Translate(Single, Single, Single)

Fournit l’accès aux méthodes OpenGL ES 1.1.

Translatex(Int32, Int32, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

VertexPointer(Int32, All, Int32, IntPtr)

Fournit l’accès aux méthodes OpenGL ES 1.1.

VertexPointer<T3>(Int32, All, Int32, T3)

Fournit l’accès aux méthodes OpenGL ES 1.1.

VertexPointer<T3>(Int32, All, Int32, T3[,,])

Fournit l’accès aux méthodes OpenGL ES 1.1.

VertexPointer<T3>(Int32, All, Int32, T3[,])

Fournit l’accès aux méthodes OpenGL ES 1.1.

VertexPointer<T3>(Int32, All, Int32, T3[])

Fournit l’accès aux méthodes OpenGL ES 1.1.

Viewport(Int32, Int32, Int32, Int32)

Fournit l’accès aux méthodes OpenGL ES 1.1.

S’applique à

Voir aussi

  • <xref:OpenTK.Graphics.ES11.ES.SupportsExtension(System.String)>
  • <xref:OpenTK.Graphics.ES11.ES.GetDelegate(System.String)>
  • <xref:OpenTK.Graphics.ES11.ES.LoadAll>
  • <xref:OpenTK.Graphics.ES11.ES.Load(System.String)>