Show / Hide Table of Contents

Enum GetTextureParameterName

Used in GL.GetTexParameter

Namespace: OpenTK.Graphics.ES20
Assembly: OpenTK.dll
Syntax
public enum GetTextureParameterName

Fields

Name Description
TextureImmutableFormatExt

Original was GL_TEXTURE_IMMUTABLE_FORMAT_EXT = 0x912F

TextureMagFilter

Original was GL_TEXTURE_MAG_FILTER = 0x2800

TextureMinFilter

Original was GL_TEXTURE_MIN_FILTER = 0x2801

TextureWrapROes

Original was GL_TEXTURE_WRAP_R_OES = 0x8072

TextureWrapS

Original was GL_TEXTURE_WRAP_S = 0x2802

TextureWrapT

Original was GL_TEXTURE_WRAP_T = 0x2803

In This Article
Back to top Generated by DocFX