mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 20:10:14 +01:00
FS gl_FragCoord and and gl_FrontFacing are FS ins, not outs.
This commit is contained in:
parent
2384937835
commit
c05bc5b7cc
1 changed files with 2 additions and 2 deletions
|
|
@ -33,8 +33,8 @@ static const builtin_variable builtin_core_vs_variables[] = {
|
|||
};
|
||||
|
||||
static const builtin_variable builtin_core_fs_variables[] = {
|
||||
{ ir_var_out, "vec4", "gl_FragCoord" },
|
||||
{ ir_var_out, "bool", "gl_FrontFacing" },
|
||||
{ ir_var_in, "vec4", "gl_FragCoord" },
|
||||
{ ir_var_in, "bool", "gl_FrontFacing" },
|
||||
{ ir_var_out, "vec4", "gl_FragColor" },
|
||||
{ ir_var_out, "float", "gl_FragDepth" },
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue