mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 08:40:11 +01:00
Fix the type of gl_FogFragCoord.
This commit is contained in:
parent
a3fa3fbf76
commit
3b8d2cd779
1 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ static const builtin_variable builtin_core_fs_variables[] = {
|
|||
static const builtin_variable builtin_110_deprecated_fs_variables[] = {
|
||||
{ ir_var_in, "vec4", "gl_Color" },
|
||||
{ ir_var_in, "vec4", "gl_SecondaryColor" },
|
||||
{ ir_var_in, "vec4", "gl_FogFragCoord" },
|
||||
{ ir_var_in, "float", "gl_FogFragCoord" },
|
||||
};
|
||||
|
||||
static const builtin_variable builtin_110_deprecated_vs_variables[] = {
|
||||
|
|
@ -64,7 +64,7 @@ static const builtin_variable builtin_110_deprecated_vs_variables[] = {
|
|||
{ ir_var_out, "vec4", "gl_BackColor" },
|
||||
{ ir_var_out, "vec4", "gl_FrontSecondaryColor" },
|
||||
{ ir_var_out, "vec4", "gl_BackSecondaryColor" },
|
||||
{ ir_var_out, "vec4", "gl_FogFragCoord" },
|
||||
{ ir_var_out, "float", "gl_FogFragCoord" },
|
||||
};
|
||||
|
||||
static const builtin_variable builtin_130_vs_variables[] = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue