org.xith3d.render
Class OpenGlExtensions
java.lang.Object
org.xith3d.render.OpenGlExtensions
public class OpenGlExtensions
- extends java.lang.Object
Insert package comments here
Originally Coded by David Yazel on Sep 20, 2003 at 1:51:18 PM.
|
Method Summary |
static void |
setExtensions(OpenGLInfo oglInfo)
Sets the static booleans for some known extensions used by the renderer. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ARB_vertex_buffer_object
public static boolean ARB_vertex_buffer_object
ARB_shadow
public static boolean ARB_shadow
GL_ARB_vertex_program
public static boolean GL_ARB_vertex_program
GL_ARB_fragment_program
public static boolean GL_ARB_fragment_program
GL_ARB_vertex_shader
public static boolean GL_ARB_vertex_shader
GL_ARB_fragment_shader
public static boolean GL_ARB_fragment_shader
GL_ARB_texture_cube_map
public static boolean GL_ARB_texture_cube_map
GL_EXT_texture_filter_anisotropic
public static boolean GL_EXT_texture_filter_anisotropic
GL_EXT_separate_specular_color
public static boolean GL_EXT_separate_specular_color
GL_EXT_texture_cube_map
public static boolean GL_EXT_texture_cube_map
GL_ARB_transpose_matrix
public static boolean GL_ARB_transpose_matrix
GL_NV_texgen_reflection
public static boolean GL_NV_texgen_reflection
GL_KTX_buffer_region
public static boolean GL_KTX_buffer_region
GL_CUSTOM_VERTEX_ATTRIBUTES
public static boolean GL_CUSTOM_VERTEX_ATTRIBUTES
OpenGlExtensions
public OpenGlExtensions()
setExtensions
public static void setExtensions(OpenGLInfo oglInfo)
- Sets the static booleans for some known extensions used by the renderer.
- Parameters:
oglInfo -