Is it possible with 9200SE extensions?

I have 9200SE and it has extensions:
GL_ATI_fragment_shader
GL_EXT_vertex_shader
GL_ATIX_vertex_shader_output_point_size
Will I be able to use GLSL thru them?
(not ARB but …_shader)

No.
ATI_fragemet_shader provide functionality similar to DX8 pixel shader 1.4 (this is why the shader in the name)
EXT_vertex_shader provide functionality similar to ARB_vertex_program and DX8 vertex shader (again, this is why the shader in the name). This extension is previous to the ARB one so no many people will use it now that the ARB one exist.

ATI hw that provides GLSL extensions should be Radeon 9500 or higher.

Hope this helps.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.