Show / Hide Table of Contents

Enum BlitFramebufferFilter

Used in GL.Angle.BlitFramebuffer, GL.NV.BlitFramebuffer

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

Fields

Name Description
Linear

Original was GL_LINEAR = 0x2601

Nearest

Original was GL_NEAREST = 0x2600

In This Article
Back to top Generated by DocFX