org.lwjgl.opengl.WGLARBPixelFormatFloat Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-opengl Show documentation
Show all versions of lwjgl-opengl Show documentation
The most widely adopted 2D and 3D graphics API in the industry, bringing thousands of applications to a wide variety of computer platforms.
/*
* 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 - 2025 Weber Informatics LLC | Privacy Policy