From f684a8a7a8f1c6c28ddd4476d0194b4f356cd5a7 Mon Sep 17 00:00:00 2001 From: Ioannis Tsakpinis Date: Wed, 10 Aug 2011 17:27:49 +0000 Subject: [PATCH] Added EXT_texture_storage alias. --- src/templates/org/lwjgl/opengl/ARB_texture_storage.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/templates/org/lwjgl/opengl/ARB_texture_storage.java b/src/templates/org/lwjgl/opengl/ARB_texture_storage.java index 14663343..1e61203f 100644 --- a/src/templates/org/lwjgl/opengl/ARB_texture_storage.java +++ b/src/templates/org/lwjgl/opengl/ARB_texture_storage.java @@ -31,6 +31,7 @@ */ package org.lwjgl.opengl; +import org.lwjgl.util.generator.Alias; import org.lwjgl.util.generator.Dependent; import org.lwjgl.util.generator.Reuse; import org.lwjgl.util.generator.opengl.GLenum; @@ -38,6 +39,7 @@ import org.lwjgl.util.generator.opengl.GLsizei; import org.lwjgl.util.generator.opengl.GLuint; @Dependent +@Alias(value = "EXT_texture_storage", postfix = "EXT") public interface ARB_texture_storage { /** Accepted by the <value> parameter of GetTexParameter{if}v: */