Java org.lwjgl.opengl ARBTextureBorderClamp fields, constructors, methods, implement or subclass

Example usage for Java org.lwjgl.opengl ARBTextureBorderClamp fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.lwjgl.opengl ARBTextureBorderClamp.

The text is from its open source code.

Field

intGL_CLAMP_TO_BORDER_ARB
Accepted by the param parameter of GL11C#glTexParameteri TexParameteri and GL11C#glTexParameterf TexParameterf , and by the params parameter of GL11C#glTexParameteriv TexParameteriv and GL11C#glTexParameterfv TexParameterfv , when their pname parameter is GL11#GL_TEXTURE_WRAP_S TEXTURE_WRAP_S , GL11#GL_TEXTURE_WRAP_T TEXTURE_WRAP_T , or GL12#GL_TEXTURE_WRAP_R TEXTURE_WRAP_R .