mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
tgsi: clarify TGSI_SEMANTIC_SAMPLEMASK documentation
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
0ef39e588f
commit
81e15a5dea
1 changed files with 3 additions and 2 deletions
|
|
@ -3298,8 +3298,9 @@ TGSI_SEMANTIC_SAMPLEMASK
|
|||
""""""""""""""""""""""""
|
||||
|
||||
For fragment shaders, this semantic label indicates that an output contains
|
||||
the sample mask used to disable further sample processing
|
||||
(i.e. gl_SampleMask). Only the X value is used, up to 32x MS.
|
||||
the sample mask used to disable further sample processing. The output's
|
||||
type is uint[4] but only the X component is used (i.e. gl_SampleMask[0]).
|
||||
Each bit corresponds to one sample position (up to 32x MSAA is supported).
|
||||
|
||||
TGSI_SEMANTIC_INVOCATIONID
|
||||
""""""""""""""""""""""""""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue