cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

Nasenbaer
Adept I

GPU ShaderAnalyzer - Bottleneck is "Exports"

What does that mean?

Hi,
I try to find the bottlenecks of some of my shaders and the GPU ShaderAnalyzer says that they are bound to Exports. What does this exactly mean?

0 Likes
2 Replies
bpurnomo
Staff

It means that in your shader, the instruction type with the highest number of executed instructions is "export".  This is the instruction to output the results of the shader.

0 Likes

Thanks for the answer.

0 Likes