Skip to content
  • Christian Schulte zu Berge's avatar
    083a730a
    Major fix for AMD GPUs. · 083a730a
    Christian Schulte zu Berge authored
    Apparently, glBindAttribLocation() does not work as planned with AMD GPUs. Therefore, all Shaders yielded black images. Replaced all attribute locations with hard-coded ones in the vertex shader and removed corresponding convenience function from cgt::Shader.
    
    refs #382
    083a730a
    Major fix for AMD GPUs.
    Christian Schulte zu Berge authored
    Apparently, glBindAttribLocation() does not work as planned with AMD GPUs. Therefore, all Shaders yielded black images. Replaced all attribute locations with hard-coded ones in the vertex shader and removed corresponding convenience function from cgt::Shader.
    
    refs #382
Loading