summaryrefslogtreecommitdiff
path: root/chart2/opengl/pickingVertexShader.glsl
AgeCommit message (Collapse)AuthorFilesLines
2014-09-02replace all attribute and varying in chart shadersMarkus Mohrhard1-3/+3
Next step to a pure OpenGL 3.2 core context. Change-Id: Ifcfccd9ffc8adcc3b7338e10cb25aeb8496909a3
2014-09-02we need to switch to OpenGL 3.2 core for OSXMarkus Mohrhard1-1/+1
A 3.2 core context only supports GLSL 150 core and above. This at least removes all vompile errors related to missing or wrong version requirements. In a next step we need to make use of modern GLSL features now. Change-Id: I59f1bc84ab4f64cc6520309b7da25adc3e116997
2014-09-02make sure that all shaders contain a version stringMarkus Mohrhard1-0/+2
This is necessary for OSX where we are using a core context that does not implement any legacy features anymore. Change-Id: I59536e99761691d910fef62cf82ceb03e57725ae
2014-08-06make pick shader work when bars scrollweigao1-1/+6
Change-Id: I9a3e0e36b212ff49ad22ac0ff267d04476b4c307
2014-05-15implement new struct and shaders for pickingMarkus Mohrhard1-0/+21
Change-Id: Ib3e08d69c031aa3130b10c0745119cf5935d86db