Show / Hide Table of Contents

Enum ContextPixelFormat

Defined the pixel format type of the context. This is used to differentiate between "normal" fixed point LDR formats and floating point HDR formats.

Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public enum ContextPixelFormat

Fields

Name Description
RGBA

Normal fixed point RGBA format specified by the color bits.

RGBAFloat

Floating point RGBA pixel format specified by ARB_color_buffer_float or WGL_ATI_pixel_format_float.

RGBAPackedFloat

From EXT_packed_float. Pixel format is unsigned 10F_11F_11F format.

In this article
Back to top Generated by DocFX