org.lwjgl.opengl.WGLEXTPixelFormatPackedFloat 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_EXT_pixel_format_packed_float extension.
*
* This extension provides support for rendering into an unsigned floating-point rendering format with the assumption that the texture format described in
* {@link EXTPackedFloat} could also be advertised as an unsigned floating-point format for rendering.
*
* Requires {@link WGLARBPixelFormat WGL_ARB_pixel_format}.
*/
public final class WGLEXTPixelFormatPackedFloat {
/**
* 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_UNSIGNED_FLOAT_EXT = 0x20A8;
private WGLEXTPixelFormatPackedFloat() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy