Show / Hide Table of Contents

Enum FramebufferDefaultParameter

Used in GL.FramebufferParameter, GL.GetFramebufferParameter and 3 other functions

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

Fields

Name Description
FramebufferDefaultFixedSampleLocations

Original was GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS = 0x9314

FramebufferDefaultHeight

Original was GL_FRAMEBUFFER_DEFAULT_HEIGHT = 0x9311

FramebufferDefaultLayers

Original was GL_FRAMEBUFFER_DEFAULT_LAYERS = 0x9312

FramebufferDefaultSamples

Original was GL_FRAMEBUFFER_DEFAULT_SAMPLES = 0x9313

FramebufferDefaultWidth

Original was GL_FRAMEBUFFER_DEFAULT_WIDTH = 0x9310

In This Article
Back to top Generated by DocFX