GLSL maximum number of instructions
        Posted  
        
            by Alin
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Alin
        
        
        
        Published on 2010-04-11T17:29:50Z
        Indexed on 
            2010/04/11
            17:33 UTC
        
        
        Read the original article
        Hit count: 353
        
glsl
Hi!
Is there a maximum number of assembly language instructions to be loaded into the fragment program unit? I have an algorithm on to port from cpu to gpu and apparently it doesn't fit on the gpu.
© Stack Overflow or respective owner