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

org.lwjgl.opengl.ARBTextureEnvDot3 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 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 - 2024 Weber Informatics LLC | Privacy Policy