Renamed NV_transform_feeback.java to NV_transform_feedback.java

This commit is contained in:
Elias Naur 2006-11-19 22:01:56 +00:00
parent f56ebc21a9
commit 0bed1b2f98
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ import org.lwjgl.util.generator.*;
import java.nio.IntBuffer;
import java.nio.ByteBuffer;
public interface NV_transform_feeback {
public interface NV_transform_feedback {
/**
* Accepted by the <target> parameters of BindBuffer, BufferData,
@ -136,4 +136,4 @@ public interface NV_transform_feeback {
void glGetTransformFeedbackVaryingNV(@GLuint int program, @GLuint int index, @Check("1") IntBuffer location);
}
}