diff options
Diffstat (limited to 'src/gallium/docs')
-rw-r--r-- | src/gallium/docs/source/screen.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index 32da22885d6..ee7accba5e9 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -396,6 +396,8 @@ The integer capabilities: ``TGSI_PROPERTY_FS_POST_DEPTH_COVERAGE`` is supported. * ``PIPE_CAP_BINDLESS_TEXTURE``: Whether bindless texture operations are supported. +* ``PIPE_CAP_NIR_SAMPLERS_AS_DEREF``: Whether NIR tex instructions should + reference texture and sampler as NIR derefs instead of by indices. .. _pipe_capf: |