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

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

There is a newer version: 3.3.0
Show newest version
/*
 * Copyright LWJGL. All rights reserved.
 * License terms: https://www.lwjgl.org/license
 * MACHINE GENERATED FILE, DO NOT EDIT
 */
package org.lwjgl.opengl;

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

WGL functionality for {@link ARBFramebufferSRGB ARB_framebuffer_sRGB}.

* *

Requires {@link WGLEXTExtensionsString WGL_EXT_extensions_string}, {@link WGLARBPixelFormat WGL_ARB_pixel_format} and {@link ARBFramebufferObject ARB_framebuffer_object}.

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy