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

org.lwjgl.opengl.WGLARBPixelFormatFloat 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_pixel_format_float extension.
 * 
 * 

This extension adds pixel formats with floating-point RGBA color components.

* *

Requires {@link WGLARBPixelFormat WGL_ARB_pixel_format} and {@link GL15 OpenGL 1.5}.

*/ public final class WGLARBPixelFormatFloat { /** * Accepted as a value in the {@code attribIList} parameter array of {@link WGLARBPixelFormat#wglChoosePixelFormatARB ChoosePixelFormatARB}, and returned in the {@code values} * parameter array of {@link WGLARBPixelFormat#wglGetPixelFormatAttribivARB GetPixelFormatAttribivARB}. */ public static final int WGL_TYPE_RGBA_FLOAT_ARB = 0x21A0; private WGLARBPixelFormatFloat() {} }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy