cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

allesklarw
Journeyman III

R300 shader assembler code to OpenGL

Hello!

I'm working on a student project and I would like to know if it is possible to pass the shader assembler code from the R300 GPU chip to OpenGL.

I created the assembler code with the ShaderAnalyser. I only know how to embed shader programs via GLSL or ARB...

I hope I didn't picked out the completely wrong thread!

Thank you very much!!!

0 Likes
2 Replies
avk
Adept III

Well, you have chose wrong thread to ask your question. Try this again nearby, at "GPU tools."
0 Likes
bpurnomo
Staff

Originally posted by: allesklarw Hello!

 

I'm working on a student project and I would like to know if it is possible to pass the shader assembler code from the R300 GPU chip to OpenGL.

 

I created the assembler code with the ShaderAnalyser. I only know how to embed shader programs via GLSL or ARB...

 

I hope I didn't picked out the completely wrong thread!

 

Thank you very much!!!

 

You won't be able to feed the R300 assembler code back through your program (unless you are writing a driver).

 

0 Likes