org.lwjgl.opengl.WGLARBFramebufferSRGB Maven / Gradle / Ivy
/*
* 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 - 2025 Weber Informatics LLC | Privacy Policy