|
PrintGLInfoPrintGLInfo()Prints the following information about OpenGL extensions to the Blender 3D console window.Supported
Extensions...
GL_ARB_shader_objects supported? GL_ARB_vertex_objects supported? --------- Details ----------- Max uniform components Max varying floats Max vertex texture units Max combined texture units GL_ARB_fragment_shader supported? ---------- Details ----------- Max uniform components GL_ARB texture_cube_map supported? ----------- Details ---------- Max cubemap size GL_ARB_multitexture supported? ----------- Details ----------- Max texture units available GL_ARB_texture_env_combine supported? Sample Code#Print info about OpenGL extensionsGameLogic.PrintGLInfo() |