View Full Version : GLSL -> VP/FP
glfreak
12-10-2007, 12:05 AM
is there a way to obtain the assembly output of a compiled shader a certain implementation generates for the specified shader? like in DX?
Thanks.
CaseMillennium
12-10-2007, 01:22 AM
On NVIDIA you can us NVEmulate to output the compiled assembly code. On ATI you should use AMD´s Shader Analyzer.
V-man
12-10-2007, 11:18 AM
Shader Analyzer doesn't output VP/FP. It outputs in a ATI custom language but you'll be able to understand.
There use to be something called ATI Ashli, before AMD and ATI merged and that was able to output VP/FP
Nicolai de Haan Brøgger
12-10-2007, 11:33 AM
With NVidia drivers, I can get the assembly by installing OpenGL Extensions Viewer (http://www.realtech-vr.com). On its Registry Tab, there's an option to set a registry key that outputs the assembly (also source code, info log and stuff).
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.