org.lwjgl.opengles.NVShadowSamplersArray Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.lwjgl.opengles Show documentation
Show all versions of org.lwjgl.opengles Show documentation
LWJGL OSGi bundle (OpenGL ES bindings)
The newest version!
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.opengles;
/**
* Native bindings to the NV_shadow_samplers_array extension.
*
* This extension expands the shadow map capability described in EXT_shadow_samplers to include support for shadow samplers of 2D array textures.
*
* Requires {@link GLES20 GLES 2.0}, {@link NVTextureArray NV_texture_array} and {@link EXTShadowSamplers EXT_shadow_samplers}.
*/
public final class NVShadowSamplersArray {
/** Returned in {@code type} by glGetActiveUniform. */
public static final int GL_SAMPLER_2D_ARRAY_SHADOW_NV = 0x8DC4;
private NVShadowSamplersArray() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy