public final class OESDepthTexture
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_DEPTH_COMPONENT
Accepted by the <format> parameter of TexImage2D and TexSubImage2D and
<internalFormat> parameter of TexImage2D:
|
static int |
GL_UNSIGNED_INT
Accepted by the <type> parameter of TexImage2D, TexSubImage2D:
|
static int |
GL_UNSIGNED_SHORT
Accepted by the <type> parameter of TexImage2D, TexSubImage2D:
|
public static final int GL_DEPTH_COMPONENT
public static final int GL_UNSIGNED_SHORT
public static final int GL_UNSIGNED_INT
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.