GL 类

定义

提供对 OpenGL ES 1.1 方法的访问。

public sealed class GL : OpenTK.Graphics.GraphicsBindingsBase
type GL = class
    inherit GraphicsBindingsBase
继承

注解

此类包含 3.1 规范中定义的所有 OpenGL 枚举和函数。 可在以下位置找到官方 .spec 文件: https://opengl.org/registry/.

在调用任何 OpenGL 函数之前,必须创建有效的 OpenGL 上下文。

使用 ES。加载和 ES。LoadAll 方法,用于在使用前准备函数入口点。 若要保持跨平台兼容性,必须为核心函数和扩展函数执行此操作。 GameWindow 和 GLControl 类将自动处理此问题。

可以使用 ES。SupportsExtension 方法,用于检查当前 OpenGL 上下文中是否存在任何给定类别的扩展函数。 请记住,不同的 OpenGL 上下文可能支持不同的扩展,并且支持不同的入口点。 更改视觉对象或像素格式时,始终检查是否仍支持所有必需的扩展。

可以使用 ES 检索 OpenGL 函数的入口点。GetDelegate 方法。

Opengl.org/Registry

构造函数

GL()

提供对 OpenGL ES 1.1 方法的访问。

字段

Library

提供对 OpenGL ES 1.1 方法的访问。

属性

SyncRoot

提供对 OpenGL ES 1.1 方法的访问。

(继承自 BindingsBase)

方法

ActiveTexture(All)

提供对 OpenGL ES 1.1 方法的访问。

AlphaFunc(All, Single)

提供对 OpenGL ES 1.1 方法的访问。

AlphaFuncx(All, Int32)

提供对 OpenGL ES 1.1 方法的访问。

BindBuffer(All, Int32)

提供对 OpenGL ES 1.1 方法的访问。

BindBuffer(All, UInt32)

提供对 OpenGL ES 1.1 方法的访问。

BindTexture(All, Int32)

提供对 OpenGL ES 1.1 方法的访问。

BindTexture(All, UInt32)

提供对 OpenGL ES 1.1 方法的访问。

BlendFunc(All, All)

提供对 OpenGL ES 1.1 方法的访问。

BufferData(All, IntPtr, IntPtr, All)

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

BufferSubData(All, IntPtr, IntPtr, IntPtr)

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

Clear(ClearBufferMask)

提供对 OpenGL ES 1.1 方法的访问。

Clear(Int32)
已过时.

提供对 OpenGL ES 1.1 方法的访问。

Clear(UInt32)
已过时.

提供对 OpenGL ES 1.1 方法的访问。

ClearColor(Single, Single, Single, Single)

提供对 OpenGL ES 1.1 方法的访问。

ClearColorx(Int32, Int32, Int32, Int32)

提供对 OpenGL ES 1.1 方法的访问。

ClearDepth(Single)

提供对 OpenGL ES 1.1 方法的访问。

ClearDepthx(Int32)

提供对 OpenGL ES 1.1 方法的访问。

ClearStencil(Int32)

提供对 OpenGL ES 1.1 方法的访问。

ClientActiveTexture(All)

提供对 OpenGL ES 1.1 方法的访问。

ClipPlane(All, Single)

提供对 OpenGL ES 1.1 方法的访问。

ClipPlane(All, Single*)

提供对 OpenGL ES 1.1 方法的访问。

ClipPlane(All, Single[])

提供对 OpenGL ES 1.1 方法的访问。

ClipPlanex(All, Int32)

提供对 OpenGL ES 1.1 方法的访问。

ClipPlanex(All, Int32*)

提供对 OpenGL ES 1.1 方法的访问。

ClipPlanex(All, Int32[])

提供对 OpenGL ES 1.1 方法的访问。

Color4(Byte, Byte, Byte, Byte)

提供对 OpenGL ES 1.1 方法的访问。

Color4(Single, Single, Single, Single)

提供对 OpenGL ES 1.1 方法的访问。

Color4x(Int32, Int32, Int32, Int32)

提供对 OpenGL ES 1.1 方法的访问。

ColorMask(Boolean, Boolean, Boolean, Boolean)

提供对 OpenGL ES 1.1 方法的访问。

ColorPointer(Int32, All, Int32, IntPtr)

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

CullFace(All)

提供对 OpenGL ES 1.1 方法的访问。

DeleteBuffers(Int32, Int32)

提供对 OpenGL ES 1.1 方法的访问。

DeleteBuffers(Int32, Int32*)

提供对 OpenGL ES 1.1 方法的访问。

DeleteBuffers(Int32, Int32[])

提供对 OpenGL ES 1.1 方法的访问。

DeleteBuffers(Int32, UInt32)

提供对 OpenGL ES 1.1 方法的访问。

DeleteBuffers(Int32, UInt32*)

提供对 OpenGL ES 1.1 方法的访问。

DeleteBuffers(Int32, UInt32[])

提供对 OpenGL ES 1.1 方法的访问。

DeleteTextures(Int32, Int32)

提供对 OpenGL ES 1.1 方法的访问。

DeleteTextures(Int32, Int32*)

提供对 OpenGL ES 1.1 方法的访问。

DeleteTextures(Int32, Int32[])

提供对 OpenGL ES 1.1 方法的访问。

DeleteTextures(Int32, UInt32)

提供对 OpenGL ES 1.1 方法的访问。

DeleteTextures(Int32, UInt32*)

提供对 OpenGL ES 1.1 方法的访问。

DeleteTextures(Int32, UInt32[])

提供对 OpenGL ES 1.1 方法的访问。

DepthFunc(All)

提供对 OpenGL ES 1.1 方法的访问。

DepthMask(Boolean)

提供对 OpenGL ES 1.1 方法的访问。

DepthRange(Single, Single)

提供对 OpenGL ES 1.1 方法的访问。

DepthRangex(Int32, Int32)

提供对 OpenGL ES 1.1 方法的访问。

Disable(All)

提供对 OpenGL ES 1.1 方法的访问。

DisableClientState(All)

提供对 OpenGL ES 1.1 方法的访问。

DrawArrays(All, Int32, Int32)

提供对 OpenGL ES 1.1 方法的访问。

DrawElements(All, Int32, All, IntPtr)

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

Enable(All)

提供对 OpenGL ES 1.1 方法的访问。

EnableClientState(All)

提供对 OpenGL ES 1.1 方法的访问。

Finish()

提供对 OpenGL ES 1.1 方法的访问。

Flush()

提供对 OpenGL ES 1.1 方法的访问。

Fog(All, Single)

提供对 OpenGL ES 1.1 方法的访问。

Fog(All, Single*)

提供对 OpenGL ES 1.1 方法的访问。

Fog(All, Single[])

提供对 OpenGL ES 1.1 方法的访问。

Fogx(All, Int32)

提供对 OpenGL ES 1.1 方法的访问。

Fogx(All, Int32*)

提供对 OpenGL ES 1.1 方法的访问。

Fogx(All, Int32[])

提供对 OpenGL ES 1.1 方法的访问。

FrontFace(All)

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

GenBuffers(Int32, Int32)

提供对 OpenGL ES 1.1 方法的访问。

GenBuffers(Int32, Int32*)

提供对 OpenGL ES 1.1 方法的访问。

GenBuffers(Int32, Int32[])

提供对 OpenGL ES 1.1 方法的访问。

GenBuffers(Int32, UInt32)

提供对 OpenGL ES 1.1 方法的访问。

GenBuffers(Int32, UInt32*)

提供对 OpenGL ES 1.1 方法的访问。

GenBuffers(Int32, UInt32[])

提供对 OpenGL ES 1.1 方法的访问。

GenTextures(Int32, Int32)

提供对 OpenGL ES 1.1 方法的访问。

GenTextures(Int32, Int32*)

提供对 OpenGL ES 1.1 方法的访问。

GenTextures(Int32, Int32[])

提供对 OpenGL ES 1.1 方法的访问。

GenTextures(Int32, UInt32)

提供对 OpenGL ES 1.1 方法的访问。

GenTextures(Int32, UInt32*)

提供对 OpenGL ES 1.1 方法的访问。

GenTextures(Int32, UInt32[])

提供对 OpenGL ES 1.1 方法的访问。

GetBoolean(All, Boolean)

提供对 OpenGL ES 1.1 方法的访问。

GetBoolean(All, Boolean*)

提供对 OpenGL ES 1.1 方法的访问。

GetBoolean(All, Boolean[])

提供对 OpenGL ES 1.1 方法的访问。

GetBufferParameter(All, All, Int32)

提供对 OpenGL ES 1.1 方法的访问。

GetBufferParameter(All, All, Int32*)

提供对 OpenGL ES 1.1 方法的访问。

GetBufferParameter(All, All, Int32[])

提供对 OpenGL ES 1.1 方法的访问。

GetClipPlane(All, Single)

提供对 OpenGL ES 1.1 方法的访问。

GetClipPlane(All, Single*)

提供对 OpenGL ES 1.1 方法的访问。

GetClipPlane(All, Single[])

提供对 OpenGL ES 1.1 方法的访问。

GetClipPlanex(All, Int32)

提供对 OpenGL ES 1.1 方法的访问。

GetClipPlanex(All, Int32*)

提供对 OpenGL ES 1.1 方法的访问。

GetClipPlanex(All, Int32[])

提供对 OpenGL ES 1.1 方法的访问。

GetError()

提供对 OpenGL ES 1.1 方法的访问。

GetFixed(All, Int32)

提供对 OpenGL ES 1.1 方法的访问。

GetFixed(All, Int32*)

提供对 OpenGL ES 1.1 方法的访问。

GetFixed(All, Int32[])

提供对 OpenGL ES 1.1 方法的访问。

GetFloat(All, Single)

提供对 OpenGL ES 1.1 方法的访问。

GetFloat(All, Single*)

提供对 OpenGL ES 1.1 方法的访问。

GetFloat(All, Single[])

提供对 OpenGL ES 1.1 方法的访问。

GetInteger(All, Int32)

提供对 OpenGL ES 1.1 方法的访问。

GetInteger(All, Int32*)

提供对 OpenGL ES 1.1 方法的访问。

GetInteger(All, Int32[])

提供对 OpenGL ES 1.1 方法的访问。

GetLight(All, All, Single)

提供对 OpenGL ES 1.1 方法的访问。

GetLight(All, All, Single*)

提供对 OpenGL ES 1.1 方法的访问。

GetLight(All, All, Single[])

提供对 OpenGL ES 1.1 方法的访问。

GetLightx(All, All, Int32)

提供对 OpenGL ES 1.1 方法的访问。

GetLightx(All, All, Int32*)

提供对 OpenGL ES 1.1 方法的访问。

GetLightx(All, All, Int32[])

提供对 OpenGL ES 1.1 方法的访问。

GetMaterial(All, All, Single)

提供对 OpenGL ES 1.1 方法的访问。

GetMaterial(All, All, Single*)

提供对 OpenGL ES 1.1 方法的访问。

GetMaterial(All, All, Single[])

提供对 OpenGL ES 1.1 方法的访问。

GetMaterialx(All, All, Int32)

提供对 OpenGL ES 1.1 方法的访问。

GetMaterialx(All, All, Int32*)

提供对 OpenGL ES 1.1 方法的访问。

GetMaterialx(All, All, Int32[])

提供对 OpenGL ES 1.1 方法的访问。

GetPointer(All, IntPtr)

提供对 OpenGL ES 1.1 方法的访问。

GetPointer<T1>(All, T1)

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

GetPointer<T1>(All, T1[])

提供对 OpenGL ES 1.1 方法的访问。

GetString(All)

提供对 OpenGL ES 1.1 方法的访问。

GetTexEnv(All, All, Int32)

提供对 OpenGL ES 1.1 方法的访问。

GetTexEnv(All, All, Int32*)

提供对 OpenGL ES 1.1 方法的访问。

GetTexEnv(All, All, Int32[])

提供对 OpenGL ES 1.1 方法的访问。

GetTexEnv(All, All, Single)

提供对 OpenGL ES 1.1 方法的访问。

GetTexEnv(All, All, Single*)

提供对 OpenGL ES 1.1 方法的访问。

GetTexEnv(All, All, Single[])

提供对 OpenGL ES 1.1 方法的访问。

GetTexEnvx(All, All, Int32)

提供对 OpenGL ES 1.1 方法的访问。

GetTexEnvx(All, All, Int32*)

提供对 OpenGL ES 1.1 方法的访问。

GetTexEnvx(All, All, Int32[])

提供对 OpenGL ES 1.1 方法的访问。

GetTexParameter(All, All, Int32)

提供对 OpenGL ES 1.1 方法的访问。

GetTexParameter(All, All, Int32*)

提供对 OpenGL ES 1.1 方法的访问。

GetTexParameter(All, All, Int32[])

提供对 OpenGL ES 1.1 方法的访问。

GetTexParameter(All, All, Single)

提供对 OpenGL ES 1.1 方法的访问。

GetTexParameter(All, All, Single*)

提供对 OpenGL ES 1.1 方法的访问。

GetTexParameter(All, All, Single[])

提供对 OpenGL ES 1.1 方法的访问。

GetTexParameterx(All, All, Int32)

提供对 OpenGL ES 1.1 方法的访问。

GetTexParameterx(All, All, Int32*)

提供对 OpenGL ES 1.1 方法的访问。

GetTexParameterx(All, All, Int32[])

提供对 OpenGL ES 1.1 方法的访问。

Hint(All, All)

提供对 OpenGL ES 1.1 方法的访问。

IsBuffer(Int32)

提供对 OpenGL ES 1.1 方法的访问。

IsBuffer(UInt32)

提供对 OpenGL ES 1.1 方法的访问。

IsEnabled(All)

提供对 OpenGL ES 1.1 方法的访问。

IsTexture(Int32)

提供对 OpenGL ES 1.1 方法的访问。

IsTexture(UInt32)

提供对 OpenGL ES 1.1 方法的访问。

Light(All, All, Single)

提供对 OpenGL ES 1.1 方法的访问。

Light(All, All, Single*)

提供对 OpenGL ES 1.1 方法的访问。

Light(All, All, Single[])

提供对 OpenGL ES 1.1 方法的访问。

LightModel(All, Single)

提供对 OpenGL ES 1.1 方法的访问。

LightModel(All, Single*)

提供对 OpenGL ES 1.1 方法的访问。

LightModel(All, Single[])

提供对 OpenGL ES 1.1 方法的访问。

LightModelx(All, Int32)

提供对 OpenGL ES 1.1 方法的访问。

LightModelx(All, Int32*)

提供对 OpenGL ES 1.1 方法的访问。

LightModelx(All, Int32[])

提供对 OpenGL ES 1.1 方法的访问。

Lightx(All, All, Int32)

提供对 OpenGL ES 1.1 方法的访问。

Lightx(All, All, Int32*)

提供对 OpenGL ES 1.1 方法的访问。

Lightx(All, All, Int32[])

提供对 OpenGL ES 1.1 方法的访问。

LineWidth(Single)

提供对 OpenGL ES 1.1 方法的访问。

LineWidthx(Int32)

提供对 OpenGL ES 1.1 方法的访问。

LoadIdentity()

提供对 OpenGL ES 1.1 方法的访问。

LoadMatrix(Single)

提供对 OpenGL ES 1.1 方法的访问。

LoadMatrix(Single*)

提供对 OpenGL ES 1.1 方法的访问。

LoadMatrix(Single[])

提供对 OpenGL ES 1.1 方法的访问。

LoadMatrixx(Int32)

提供对 OpenGL ES 1.1 方法的访问。

LoadMatrixx(Int32*)

提供对 OpenGL ES 1.1 方法的访问。

LoadMatrixx(Int32[])

提供对 OpenGL ES 1.1 方法的访问。

LogicOp(All)

提供对 OpenGL ES 1.1 方法的访问。

Material(All, All, Single)

提供对 OpenGL ES 1.1 方法的访问。

Material(All, All, Single*)

提供对 OpenGL ES 1.1 方法的访问。

Material(All, All, Single[])

提供对 OpenGL ES 1.1 方法的访问。

Materialx(All, All, Int32)

提供对 OpenGL ES 1.1 方法的访问。

Materialx(All, All, Int32*)

提供对 OpenGL ES 1.1 方法的访问。

Materialx(All, All, Int32[])

提供对 OpenGL ES 1.1 方法的访问。

MatrixMode(All)

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

MultMatrix(Single)

提供对 OpenGL ES 1.1 方法的访问。

MultMatrix(Single*)

提供对 OpenGL ES 1.1 方法的访问。

MultMatrix(Single[])

提供对 OpenGL ES 1.1 方法的访问。

MultMatrixx(Int32)

提供对 OpenGL ES 1.1 方法的访问。

MultMatrixx(Int32*)

提供对 OpenGL ES 1.1 方法的访问。

MultMatrixx(Int32[])

提供对 OpenGL ES 1.1 方法的访问。

Normal3(Single, Single, Single)

提供对 OpenGL ES 1.1 方法的访问。

Normal3x(Int32, Int32, Int32)

提供对 OpenGL ES 1.1 方法的访问。

NormalPointer(All, Int32, IntPtr)

提供对 OpenGL ES 1.1 方法的访问。

NormalPointer<T2>(All, Int32, T2)

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

PixelStore(All, Int32)

提供对 OpenGL ES 1.1 方法的访问。

PointParameter(All, Single)

提供对 OpenGL ES 1.1 方法的访问。

PointParameter(All, Single*)

提供对 OpenGL ES 1.1 方法的访问。

PointParameter(All, Single[])

提供对 OpenGL ES 1.1 方法的访问。

PointParameterx(All, Int32)

提供对 OpenGL ES 1.1 方法的访问。

PointParameterx(All, Int32*)

提供对 OpenGL ES 1.1 方法的访问。

PointParameterx(All, Int32[])

提供对 OpenGL ES 1.1 方法的访问。

PointSize(Single)

提供对 OpenGL ES 1.1 方法的访问。

PointSizex(Int32)

提供对 OpenGL ES 1.1 方法的访问。

PolygonOffset(Single, Single)

提供对 OpenGL ES 1.1 方法的访问。

PolygonOffsetx(Int32, Int32)

提供对 OpenGL ES 1.1 方法的访问。

PopMatrix()

提供对 OpenGL ES 1.1 方法的访问。

PushMatrix()

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

Rotate(Single, Single, Single, Single)

提供对 OpenGL ES 1.1 方法的访问。

Rotatex(Int32, Int32, Int32, Int32)

提供对 OpenGL ES 1.1 方法的访问。

SampleCoverage(Single, Boolean)

提供对 OpenGL ES 1.1 方法的访问。

SampleCoveragex(Int32, Boolean)

提供对 OpenGL ES 1.1 方法的访问。

Scale(Single, Single, Single)

提供对 OpenGL ES 1.1 方法的访问。

Scalex(Int32, Int32, Int32)

提供对 OpenGL ES 1.1 方法的访问。

Scissor(Int32, Int32, Int32, Int32)

提供对 OpenGL ES 1.1 方法的访问。

ShadeModel(All)

提供对 OpenGL ES 1.1 方法的访问。

StencilFunc(All, Int32, Int32)

提供对 OpenGL ES 1.1 方法的访问。

StencilFunc(All, Int32, UInt32)

提供对 OpenGL ES 1.1 方法的访问。

StencilMask(Int32)

提供对 OpenGL ES 1.1 方法的访问。

StencilMask(UInt32)

提供对 OpenGL ES 1.1 方法的访问。

StencilOp(All, All, All)

提供对 OpenGL ES 1.1 方法的访问。

TexCoordPointer(Int32, All, Int32, IntPtr)

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

TexEnv(All, All, Int32)

提供对 OpenGL ES 1.1 方法的访问。

TexEnv(All, All, Int32*)

提供对 OpenGL ES 1.1 方法的访问。

TexEnv(All, All, Int32[])

提供对 OpenGL ES 1.1 方法的访问。

TexEnv(All, All, Single)

提供对 OpenGL ES 1.1 方法的访问。

TexEnv(All, All, Single*)

提供对 OpenGL ES 1.1 方法的访问。

TexEnv(All, All, Single[])

提供对 OpenGL ES 1.1 方法的访问。

TexEnvx(All, All, Int32)

提供对 OpenGL ES 1.1 方法的访问。

TexEnvx(All, All, Int32*)

提供对 OpenGL ES 1.1 方法的访问。

TexEnvx(All, All, Int32[])

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

TexParameter(All, All, Int32)

提供对 OpenGL ES 1.1 方法的访问。

TexParameter(All, All, Int32*)

提供对 OpenGL ES 1.1 方法的访问。

TexParameter(All, All, Int32[])

提供对 OpenGL ES 1.1 方法的访问。

TexParameter(All, All, Single)

提供对 OpenGL ES 1.1 方法的访问。

TexParameter(All, All, Single*)

提供对 OpenGL ES 1.1 方法的访问。

TexParameter(All, All, Single[])

提供对 OpenGL ES 1.1 方法的访问。

TexParameterx(All, All, Int32)

提供对 OpenGL ES 1.1 方法的访问。

TexParameterx(All, All, Int32*)

提供对 OpenGL ES 1.1 方法的访问。

TexParameterx(All, All, Int32[])

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

Translate(Single, Single, Single)

提供对 OpenGL ES 1.1 方法的访问。

Translatex(Int32, Int32, Int32)

提供对 OpenGL ES 1.1 方法的访问。

VertexPointer(Int32, All, Int32, IntPtr)

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

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

提供对 OpenGL ES 1.1 方法的访问。

Viewport(Int32, Int32, Int32, Int32)

提供对 OpenGL ES 1.1 方法的访问。

适用于

另请参阅

  • <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)>