Show / Hide Table of Contents

Enum BlitFramebufferFilter

Used in GL.BlitFramebuffer, GL.BlitNamedFramebuffer and 1 other function

Namespace: OpenTK.Graphics.OpenGL
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