mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-24 11:40:25 +01:00
progs/vpglsl: Fix psiz-mul.glsl compilation error on Mac OS.
This commit is contained in:
parent
760cf71572
commit
b98db7bf69
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
void main() {
|
||||
gl_FrontColor = gl_Color;
|
||||
gl_PointSize = 10 * gl_Color.x;
|
||||
gl_PointSize = 10.0 * gl_Color.x;
|
||||
gl_Position = gl_Vertex;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue