All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lwjgl.opengl.WGLEXTFramebufferSRGB Maven / Gradle / Ivy

/*
 * Copyright LWJGL. All rights reserved.
 * License terms: http://lwjgl.org/license.php
 * MACHINE GENERATED FILE, DO NOT EDIT
 */
package org.lwjgl.opengl;

/**
 * Native bindings to the WGL_EXT_framebuffer_sRGB extension.
 * 
 * 

This extension adds a framebuffer capability for sRGB framebuffer update and blending.

* *

Requires {@link WGLEXTExtensionsString WGL_EXT_extensions_string} and {@link WGLARBPixelFormat WGL_ARB_pixel_format}.

*/ public final class WGLEXTFramebufferSRGB { /** * Accepted by the {@code attributes} parameter of {@link WGLARBPixelFormat#wglGetPixelFormatAttribiARB GetPixelFormatAttribiARB} and the {@code attribIList} of * {@link WGLARBPixelFormat#wglChoosePixelFormatARB ChoosePixelFormatARB}. */ public static final int WGL_FRAMEBUFFER_SRGB_CAPABLE_ARB = 0x20A9; private WGLEXTFramebufferSRGB() {} }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy