Skip to content

use glColor in compat mode for the colorStack

Martin Schultz requested to merge fixColorStackCompat into master

do the glColor call in compat mode when index is set in the state. this is not necessary in core profiles since shader based rendering is used, which does not rely on glColor

Merge request reports