mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
i915g: Fix case where texcoords can overlap with fragpos/frontface.
This commit is contained in:
parent
b97889f543
commit
3d9000393b
1 changed files with 3 additions and 3 deletions
|
|
@ -39,9 +39,9 @@
|
|||
|
||||
#define I915_PROGRAM_SIZE 192
|
||||
|
||||
/* Use those indices for pos/face routing, must be >= I915_TEX_UNITS */
|
||||
#define I915_SEMANTIC_POS 10
|
||||
#define I915_SEMANTIC_FACE 11
|
||||
/* Use those indices for pos/face routing, must be >= num of inputs */
|
||||
#define I915_SEMANTIC_POS 100
|
||||
#define I915_SEMANTIC_FACE 101
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue