org.lwjgl.opengl.ARBTextureEnvDot3 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 ARB_texture_env_dot3 extension.
*
* Adds new dot product operation to the texture combiner operations.
*
* Requires {@link ARBMultitexture ARB_multitexture} and {@link ARBTextureEnvCombine ARB_texture_env_combine}. Promoted to core in {@link GL13 OpenGL 1.3}.
*/
public final class ARBTextureEnvDot3 {
/** Accepted by the {@code params} parameter of TexEnvf, TexEnvi, TexEnvfv, and TexEnviv when the {@code pname} parameter value is COMBINE_RGB_ARB. */
public static final int
GL_DOT3_RGB_ARB = 0x86AE,
GL_DOT3_RGBA_ARB = 0x86AF;
private ARBTextureEnvDot3() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy