]> git.mxchange.org Git - flightgear.git/commit
Attach an empty shader program to the scene graph root
authorTim Moore <timoore@redhat.com>
Thu, 12 Nov 2009 09:58:42 +0000 (10:58 +0100)
committerTim Moore <timoore@redhat.com>
Sun, 20 Dec 2009 09:34:07 +0000 (10:34 +0100)
commit6acd657a05b8dfb5a4491de871fdbf51404bcfe5
treed30393820a0b17c3ac427bab65d32659e28f0f06
parent9a94b266093e056aff3cca74f7e64b215322dada
Attach an empty shader program to the scene graph root

This establishes a default state of using the OpenGL fixed function pipeline.
Otherwise a shader program from a state set can leak into state sets that don't
use shaders at all.
src/Main/renderer.cxx