mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
use ftransform()
This commit is contained in:
parent
8434c65bb9
commit
8f1d5ca086
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ Init(void)
|
|||
"}\n";
|
||||
static const char *vertShaderText =
|
||||
"void main() {\n"
|
||||
" gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;\n"
|
||||
" gl_Position = ftransform(); \n"
|
||||
"}\n";
|
||||
|
||||
if (!ShadersSupported())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue