Show / Hide Table of Contents

Enum FramebufferAttachmentObjectType

Not used directly.

Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public enum FramebufferAttachmentObjectType

Fields

Name Description
FramebufferDefault

Original was GL_FRAMEBUFFER_DEFAULT = 0x8218

None

Original was GL_NONE = 0

Renderbuffer

Original was GL_RENDERBUFFER = 0x8D41

Texture

Original was GL_TEXTURE = 0x1702

In This Article
Back to top Generated by DocFX