diff options
Diffstat (limited to 'src/gallium/docs')
-rw-r--r-- | src/gallium/docs/source/tgsi.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index 170f83e20ac..0ea0759aa1c 100644 --- a/src/gallium/docs/source/tgsi.rst +++ b/src/gallium/docs/source/tgsi.rst @@ -2765,6 +2765,14 @@ distance outputs. This is useful for APIs that don't have UCPs and where clip distances written by a shader cannot be disabled. +GS_INVOCATIONS +"""""""""""""" + +Specifies the number of times a geometry shader should be executed for each +input primitive. Each invocation will have a different +TGSI_SEMANTIC_INVOCATIONID system value set. If not specified, assumed to +be 1. + Texture Sampling and Texture Formats ------------------------------------ |