/* MACHINE GENERATED FILE, DO NOT EDIT */ package org.lwjgl.opengles; import org.lwjgl.*; import java.nio.*; public final class OESPackedDepthStencil { /** * Accepted by the <format> parameter of TexImage2D and TexSubImage2D and by the * <internalformat> parameter of TexImage2D: */ public static final int GL_DEPTH_STENCIL_OES = 0x84F9; /** * Accepted by the <type> parameter of TexImage2D and TexSubImage2D: */ public static final int GL_UNSIGNED_INT_24_8_OES = 0x84FA; /** * Accepted by the <internalformat> parameter of RenderbufferStorage, and * returned in the <params> parameter of GetRenderbufferParameteriv when * <pname> is RENDERBUFFER_INTERNAL_FORMAT: */ public static final int GL_DEPTH24_STENCIL8_OES = 0x88F0; private OESPackedDepthStencil() {} }