mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
Fix gl_FrontFacing compilation problem
This commit is contained in:
parent
4be0c98120
commit
c135426267
1 changed files with 2 additions and 1 deletions
|
|
@ -2344,7 +2344,8 @@ _slang_gen_field(slang_assemble_ctx * A, slang_operation *oper)
|
|||
return n;
|
||||
}
|
||||
else if ( ti.spec.type == SLANG_SPEC_FLOAT
|
||||
|| ti.spec.type == SLANG_SPEC_INT) {
|
||||
|| ti.spec.type == SLANG_SPEC_INT
|
||||
|| ti.spec.type == SLANG_SPEC_BOOL) {
|
||||
const GLuint rows = 1;
|
||||
slang_swizzle swz;
|
||||
slang_ir_node *n;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue