Show / Hide Table of Contents

Enum FramebufferTarget

Used in GL.BindFramebuffer, GL.CheckFramebufferStatus and 18 other functions

Namespace: OpenTK.Graphics.ES31
Assembly: cs.temp.dll.dll
Syntax
public enum FramebufferTarget

Fields

Name Description
DrawFramebuffer

Original was GL_DRAW_FRAMEBUFFER = 0x8CA9

Framebuffer

Original was GL_Framebuffer = 0X8d40

ReadFramebuffer

Original was GL_READ_FRAMEBUFFER = 0x8CA8

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX