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

org.lwjgl.opengl.NVLightMaxExponent Maven / Gradle / Ivy

There is a newer version: 3.3.0
Show newest version
/*
 * 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 NV_light_max_exponent extension.
 * 
 * 

Default OpenGL does not permit a shininess or spot exponent over 128.0. This extension permits implementations to support and advertise a maximum * shininess and spot exponent beyond 128.0.

*/ public final class NVLightMaxExponent { /** Accepted by the {@code pname} parameters of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev */ public static final int GL_MAX_SHININESS_NV = 0x8504, GL_MAX_SPOT_EXPONENT_NV = 0x8505; private NVLightMaxExponent() {} }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy