Enum FramebufferParameterName
Used in GL.GetFramebufferAttachmentParameter
Namespace: OpenTK.Graphics.ES20
Assembly: OpenTK.dll
Syntax
public enum FramebufferParameterName
Fields
Name | Description |
---|---|
FramebufferAttachmentObjectName | Original was GL_FramebufferAttachmentObjectName = 0X8cd1 |
FramebufferAttachmentObjectType | Original was GL_FramebufferAttachmentObjectType = 0X8cd0 |
FramebufferAttachmentTextureCubeMapFace | Original was GL_FramebufferAttachmentTextureCubeMapFace = 0X8cd3 |
FramebufferAttachmentTextureLevel | Original was GL_FramebufferAttachmentTextureLevel = 0X8cd2 |
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 |